Common Errors and Solutions
E_NOT_CREATOR
: Ensure the caller has the appropriate permissionsE_COLLECTION_MISMATCH
: Verify collection IDs match before operationsE_INSUFFICIENT_BALANCE
: Check balance availability before transfersE_INVALID_PRICE
: Ensure price parameters are within valid ranges
Testing on Testnet
Install Sui CLI
Configure testnet endpoint
Import test accounts
Use the package ID:
0x10f87d4b28b6443c670c581af1a7aac85bbb47425ad1065e387910d638690ee3
Remember to always test thoroughly on testnet before deploying to mainnet.
Last updated