Run Local Tests Before Deployment

Before deploying to Paseo, ensure local tests are passing:

bashCopyEditcargo test --workspace --features fuzzing

Focus on:

  • NFT Marketplace logic

  • Property Governance behavior

  • Auction and voting workflows

  • Edge-case conditions via Fuzzer

Last updated