> For the complete documentation index, see [llms.txt](https://catalyst.revelar.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catalyst.revelar.co/catalyst-updates/fund-8-updates/no-code-nft-minting.md).

# No-Code NFT Minting

{% tabs %}
{% tab title="June Updates" %}

### <mark style="color:orange;">6/23/22 Report:</mark>

**Previous Milestone:**

As a recap of our proposal we are creating a no-code NFT minting generator. To double down on the ease and experiment of this we are using a low-code tool (Bubble.io) to create the v1 of this. We believe this will not only highlight a much lower barrier to entry for many who want to build applications for the web3 space but give us fast iterations with everyone on our team as a stakeholder who can update and iterate on the app creating well rounded redundancy. \
\
\- Uploading all layers and defining assets to become NFTs\
\- Setting logic parameters for your NFTs\
\- Creating rarity rules for each layer in your NFT assets\
\- Finalizing the full set of assets and exporting them locally\
\- Upload to IPFS and Minting on Cardano with Revelar's Multi-Minter\
\- Setting up Sales pages to buy NFTs\ <br>

**Progress:**

The majority of this sprint has been on revamping some of the UI and getting the front end logic framework in place in a quick and ugly form so we can check and make sure the asset uploads work as expected. We have finalized the data structure with nested Projects, Collections, Assets and have integrated the overall user creation and login into our frontend app. \
\
![](/files/ixSnBMh6BtLnV1aTwJIt)

**Next Steps:**

* Continue with finishing the Asset upload form and populate our Asset Management page with these assets. (We will test with our Duo Community deck and Translation Decks)
* Merge in and complete progress with [Game Asset Management ](/catalyst-updates/fund-7-updates/game-asset-management.md)and [NFT Game Asset API](/catalyst-updates/fund-7-updates/nft-game-assets-api.md)\ <br>

**Roadblocks:**

None

**Status:**\
ON TIME&#x20;
{% endtab %}

{% tab title="Final Update" %}

{% endtab %}
{% endtabs %}

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://catalyst.revelar.co/catalyst-updates/fund-8-updates/no-code-nft-minting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
