Stargaze
Search
⌃K
✨
Welcome to Stargaze
Creators
Launching an NFT project
1. Setup a basic project
2. Configure your project
3. Add assets and metadata
4. Instantiate minter contract on testnet
5. Whitelist
6. Mint from your contract
7. Query contract
8. Testing your contract on testnet
9. Launching on mainnet
Stargaze Studio
Collection Guidelines
Copyright Guidelines
Create a Multisig Wallet
Community Vote Process
Voting Guidelines
Minters and Fees
Developers
CosmWasm Smart Contracts
Stargaze API
Names
Mint
Integrate
Governance
Stargaze DAO
Marketplace
Nodes & Validators
Getting Setup
Joining Mainnet
Setting up Cosmovisor
Running a Production Validator
Configuring StateSync
Running a Relayer
Extras
FAQ
Stargaze Assets
Powered By GitBook

7. Query contract

You can query the current state of your contract to verify if everything worked. The easiest way to do this is via the REPL.
If you have properly set your minter contract address in the config file, you can load and query it from the REPL using:
yarn query
The console will display config settings for minter and derive sg721, whitelist contracts from minter contract.
Previous
6. Mint from your contract
Next
8. Testing your contract on testnet
Last modified 10mo ago