NFTs has led a wave of trends in the blockchain community recently. But what is the current state of NFTs development in the Cosmos Network ecosystem? Let’s check it out!
NFT Module on Cosmos SDK
Application-Specific NFTs on Cosmos
Cosmos had committed to developing the NFT module since 2019. After merging their development results into the master branch in late August (refer to this PR), they published the above article in early September. It gives a short introduction to NFT and explains the functionalities of several basic structs and interfaces in the NFT module.
If you’d like to jump straight to the good stuff check out the spec here , the code here and a sample app using the module here.
Readers who try to dig deeper into the implementation details might have noticed the links to spec and code in the introduction section were broken. It’s probably due to that developers had moved the whole NFT module to the modules/incubator/nft folder in October (refer to this PR).
However, the Cosmos development team had stopped updating the NFT module for an unknown reason later on. The GitHub page shows that the last update was in June 2016. The NFT module stays unfinished.
(2021/05/19 Update: The discussion for implementing a generic NFT module has returned and is now ongoing on GitHub.)
InterNFT Working Group
The InterNFT Working Group commits to initiating Interchain standards to make NFTs interoperable across blockchain networks. They proactively participate in the 🧰-did-nft-and-metadata channel of the Cosmos Discord community. The period of the lastest phase is from September 2020 to March 2021. The working group holds an online meeting in a weekly cycle. The meeting records are stored on YouTube. Documents can be found on the official site and GitHub. The working results are mostly classified into standards and protocols.

Beside the resources from the official website, Medium links can be found as below:
- Project kickoff:
Interchain standards for Non-Fungible Tokens and Metadata
- Project midterm report:
Progress report: Interchain NFT+Metadata Standards
Discussion on Cosmos-SDK Repo
NFT module on the Hub · Discussion #9065 · cosmos/cosmos-sdk
This thread talks about several NFT standards and implemented cases (including two cases mentioned above), compares their pros and cons and suggests a simple proposal and basic requirements.
Pylons
Tendermint Ventures to Incubate Pylons as Flagship NFT Chain for Cosmos
Tendermint Ventures 正在將 Pylons 孵化爲 Cosmos 生態旗艦 NFT 鏈
Pylons is an NFT engine based on the Cosmos SDK and IBC protocol. It’s a platform that supports cross-game item trading with a low trading fee, high trading speed, easy to development features.
In April 2021, Tendermint Ventures announced that they were incubating Pylons as their flagship NFT chain for the Cosmos ecosystem. Pylons plans to offer full SDK and developer docs by July.
- Pylons White-paper: https://www.pylons.tech/pylons_white_paper.pdf
- Pylons SDK: https://github.com/Pylons-tech/pylons_sdk
- Demo Day Video: https://www.youtube.com/watch?v=JFJ6BQpIbqc
– 3:20 Self-introduction
– 5:15 Pylons Introduction
– 8:29 Live Demo
Uptick
Uptick is a decentralized mobile app built on top of the Uptick Protocol
Uptick is the first NFT mobile app in Cosmos/IRISnet ecosystem. It supports digital collectible cards and e-tickets in the current phase. Users can purchase, transfer, and sell these NFT collections. Uptick supports Android devices in the current phase and can be found in the official download link and Google Play Store. Furthur news and introduction are as below:
Uptick,Cosmos/IRISnet 生態中首個 NFT 應用,已在 IRISnet 主網發佈
The implement details of the IRISnet NFT module that Uptick applied can refer to the repo irisnet/irismod. It’s basically derived from the NFT module of Cosmos SDK, but many amendments have been made since the first PR, and the repo is kept up-to-date.
CoCo & FreeFlix Media
Cosmos Network — Internet of Blockchains
This case is from the Code with Us online workshop of Cosmos. Lecturers from CoCo & FreeFlix Media demonstrate how to use their products, CoCo and FreeFlix, which are based on the Cosmos IBC protocol, to conduct the NFT minting and bi-directional trading。

Commands of the demo video can be found in below repo:
Conclusion
In the current Cosmos ecosystem, the official NFT implement guide and module development work are still in progress. However, several development teams have published their NFT applications to the production phase already.