Seeking Guidance on NFT Implementation Using Ignite #80
-
Hello Cosmos Community, Does anyone have experience or a guide on setting up NFTs with Ignite that they could share? Additionally, I would appreciate any tips on potential pitfalls or essential considerations when building this kind of application. Thank you in advance for your insights and assistance. I look forward to contributing to the community and learning from your experiences. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, You can use Cosmos SDK NFT module as a base for your NFT module (e.g https://github.com/OmniFlix/omniflixhub/blob/aa0c729bb4e82bc007207016feb73a2e6f80dc34/x/onft/keeper/onft.go#L60-L87). The documentation can be found here: https://docs.cosmos.network/v0.50/build/modules/nft#nft. |
Beta Was this translation helpful? Give feedback.
Hi,
You can use Cosmos SDK NFT module as a base for your NFT module (e.g https://github.com/OmniFlix/omniflixhub/blob/aa0c729bb4e82bc007207016feb73a2e6f80dc34/x/onft/keeper/onft.go#L60-L87). The documentation can be found here: https://docs.cosmos.network/v0.50/build/modules/nft#nft.