Deploys a new KIP-17 contract with the given parameters. You can find the tutorial for KIP-17 contract deployment here.
Even if you see Submitted
in the response, it doesn't mean that the transaction is Committed
. To confirm transaction status, use Get Contract List or Get Transaction Receipt from the Wallet API.
Your request was successful.
Your request is not valid.
The credential you entered is invalid.
There was a conflict with the current state of the server.
{- "alias": "test",
- "symbol": "TEST",
- "name": "TEST NFT",
- "options": {
- "enableGlobalFeePayer": true,
- "userFeePayer": {
- "krn": "krn:1001:wallet:88c1223c-66af-4122-9818-069b2e3c6b30:feepayer-pool:default",
- "address": "0xE8964cA0C83cBbF520df5597dc1f5EFc27E5E729"
}
}
}
Your request was successful.
{- "status": "Submitted",
- "transactionHash": "0x0a4f4f97d8a5904721514d60abd3f9ad7938862e415a6c043553a94ab68a5edb",
- "owner": "0xa809284C83b901eD106Aba4Ccda14628Af128e14",
- "options": {
- "enableGlobalFeePayer": true,
- "userFeePayer": {
- "krn": "krn:1001:wallet:88c1223c-66af-4122-9818-069b2e3c6b30:feepayer-pool:default",
- "address": "0xE8964cA0C83cBbF520df5597dc1f5EFc27E5E729"
}
}
}