Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 278 Bytes

building.md

File metadata and controls

11 lines (8 loc) · 278 Bytes

Building the Contracts

RUSTFLAGS='-C link-arg=-s' cargo build --lib --release --target wasm32-unknown-unknown

After building, you can use the provided script to collect, optimize, and prepare the contract .wasm files for deployment:

bash move-wasm.sh