Compiling a Contract
Prerequisites
Downloading the Contract
git clone https://github.com/InterWasm/cw-contracts
cd cw-contracts
git checkout main
cd contracts/nameserviceCompile Contract
Compile using Cargo
cargo wasmOptimized Compilation
Optimize using Cargo
Optimize using Rust-Optimizer
Last updated
Was this helpful?