Skip to content

Commit

Permalink
initial commit (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz authored Jun 19, 2024
1 parent de1192b commit 0d1eaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ clean:
lint:
cargo clippy --workspace --all-features --benches --examples --tests -- -D warnings
test: clean compile-programs
cargo test
cargo nextest run --workspace --all-features --no-capture
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [Rust](https://www.rust-lang.org/tools/install)
- [The EraVM Compiler: zksolc 1.5.0](https://github.com/matter-labs/zksolc-bin). Download the [latest binary](https://github.com/matter-labs/zksolc-bin/releases/tag/v1.5.0, then put it under your path. If done correctly, running `zksolc --version` should return 1.5.0.
- [Cargo nextest](https://nexte.st/#cargo-nextest)

## Compiling programs

Expand Down

0 comments on commit 0d1eaab

Please sign in to comment.