cargo xtask build pipeline, and a full test harness already set up.
Step 1: Clone the Template
- Pre-vendored
nexus-sdk(contract + testing modes) cargo xtaskbuild pipeline that patches WASM memory exports- Example contracts: counter, NEP-20 token, AMM
TestEnvtest harness for unit testing without a live node
Step 2: Write Your Contract
Editsrc/lib.rs:
Step 3: Build
Step 4: Test Locally
Step 5: Deploy to NEXUS
Step 6: Call It
Next Steps
- See nexus-contract-template for the full template with all example contracts
- See NEP-20 Token Standard to deploy a fungible token
- See TypeScript SDK for the full client SDK