A minimal example for compiling, deploying, and testing MASM contracts & notes.
Deploying the counter and incrementing:
cargo run --releaseIncrementing an existing counter contract:
cargo run --release --bin incrementBefore running, ensure you have the miden-node running locally in a separate terminal window:
cargo test --release -- --nocapture --test-threads=1- Install & setup miden-node:
./scripts/setup_node.sh- Run the node locally:
./scripts/start_node.sh