Contract
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Contract
represents a smart contract on the blockchain.
When you sign up in the Niftory Admin Portal, we help you automatically deploy a contract for your application. All NFTs minted for your application are based on this contract, and user wallets have to be initialized for this contract.
For details on how to deploy a smart contract, follow this guide.
There are several ways to query for your Contract.
query ContractQuery {
contract {
id
address
blockchain
name
}
}
query AppWithContractQuery {
app {
id
contract
}
}