Thanks to visit codestin.com
Credit goes to github.com

Skip to content

partylikeits1983/masm-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MASM Project Template

A minimal example for compiling, deploying, and testing MASM contracts & notes.

Running the program on testnet:

Deploying the counter and incrementing:

cargo run --release

Incrementing an existing counter contract:

cargo run --release --bin increment

Running the tests:

Before running, ensure you have the miden-node running locally in a separate terminal window:

cargo test --release -- --nocapture --test-threads=1

Run the miden-node locally:

  1. Install & setup miden-node:
./scripts/setup_node.sh
  1. Run the node locally:
./scripts/start_node.sh

Miden WebClient Frontend Repo

https://github.com/partylikeits1983/miden-counter-contract

About

A minimal template for compiling, deploying, and testing MASM contracts & notes.

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors