- Rust v1.69. Note: near-sdk doesn't work with Rust v1.70: near/nearcore#9143
- Cargo
- cargo-near
To create release WASM and ABI in the res
directory, run:
cd <contract>
make build
To create release WASM and ABI in the res
directory, run:
cd <contract>
make build