Deployment Guide
Last updated
Ask Claude:
Generate a new ZTP20 token contract with these specs:
- Name: My Token
- Symbol: MTK
- Decimals: 6
- Total Supply: 1,000,000Claude will:
Use zetrix_contract_generate_advanced
Create complete contract with tests
Generate deployment scripts
Ask Claude:
Run the test specifications for my contractClaude will:
Execute TEST_INVOKE and TEST_QUERY tests
Validate all functions work correctly
Report gas usage
Ask Claude:
Claude will:
Compile and merge contract
Use zetrix_sdk_invoke_contract to deploy
Return contract address
Ask Claude:
Claude will:
Use zetrix_sdk_call_contract
Query contract state
Verify deployment success
Last updated
Deploy my contract to testnet using this private key: privbs...Query my deployed contract at ZTX... to verify it's working