Comment on page
Contract
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.
There are several ways to query for your Contract.
query ContractQuery {
contract {
id
address
blockchain
name
}
}
query AppWithContractQuery {
app {
id
contract
}
}
Last modified 3mo ago