

Interactive command line tool for interacting with the NFTs in the interchain
The NFT cli is an interactive command line tool for interacting with the NFTs in the interchain (currently, the Cosmos ecosystem).
Feature list includes things such as:
Most of this CLI was built during the game of NFT hackathon phase 1 to help people do different tasks. It is currently being repurposed to be a more general tool for managing NFTs. After the hackathon the plan is to add support for mainnets and make it easy to configure and use for anyone (who is at least somewhat comfortable with the command line). To see the previous version of this CLI, see the gon tools repo
The nft-cli is built using Go to be able to leverage the different chain's native code for queries and transactions.
It also uses code directly from the Go Realyer to be able to self-relay without any configuration setup (open source if friggin' awesome).
In the future it would be great to decouple more of the code from the chains and have automated ways of handling different versions of the SDK in particular. One idea is to do something similar to what Hubl is doing with AutoCLI.
Otherwise, the current planned feature list includes: