Skip to content

Commit

Permalink
feat: add zk toolbox (#2005)
Browse files Browse the repository at this point in the history
## What ❔

- Add zk toolbox 

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `zk spellcheck`.

---------

Signed-off-by: Danil <[email protected]>
Co-authored-by: Ramon "9Tails" Canales <[email protected]>
Co-authored-by: Danil <[email protected]>
  • Loading branch information
3 people authored May 22, 2024
1 parent e0a3393 commit 60a633b
Show file tree
Hide file tree
Showing 82 changed files with 9,451 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
node_modules
*.log
target
a.out
a.out
.gitconfig
cobertura.xml
tags
Expand All @@ -30,6 +30,7 @@ Cargo.lock
!/Cargo.lock
!/infrastructure/zksync-crypto/Cargo.lock
!/prover/Cargo.lock
!/zk_toolbox/Cargo.lock

/etc/env/target/*
/etc/env/.current
Expand Down
Loading

0 comments on commit 60a633b

Please sign in to comment.