For the complete documentation index, see llms.txt. This page is also available as Markdown.

Developer Tools

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.

Contract Console

Contract Console in Studio 2.0
Query and execute against any CosmWasm contract directly.

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.

Open the Contract Console →

Token Factory

Token Factory in Studio 2.0
Create a native token denom via the chain's token factory module.

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

Open the Token Factory →

Oracle

Oracle tool in Studio 2.0
Instantiate and interact with an on-chain oracle contract.

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.

Open the Oracle tool →

Authz

Authz grants in Studio 2.0
Grant and revoke on-chain permissions with authz.

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.

Open Authz →

Next steps

Last updated