Developer Tools
Last updated
Studio 2.0 includes a set of advanced, on-chain tools for power users and builders. You don't need these to launch a normal collection — but they're there when you want direct control.
These tools broadcast real transactions to the blockchain. Use the testnet toggle to experiment safely before doing anything on mainnet.

Send raw queries and execute messages against any CosmWasm contract. Useful for inspecting contract state or running actions Studio doesn't expose in its guided flows.

Create a native token denomination using the chain's x/tokenfactory module. Handy for projects that need their own native denom alongside their NFTs.

Instantiate and interact with an on-chain oracle — create it, execute against it, and post attestations. An advanced building block for apps that need verifiable on-chain data.

Manage authz grants — delegate specific on-chain permissions to another address for a set time, and revoke them when you're done. Useful for automation and delegated operations.
Developers overview — contract references and integration docs
Creating a Collection — the guided, no-code flows
Last updated