Run cargo test
to execute the unit tests.
Run cargo clippy -- -D warnings
to check warning from your code
Run cargo fmt --all
to format the code
Run cargo wasm
for building the contract
Run cargo test
to execute the unit tests.
Run cargo clippy -- -D warnings
to check warning from your code
Run cargo fmt --all
to format the code
Run cargo wasm
for building the contract