zksync-era
zksync-era copied to clipboard
feat: add zk-toolbox
What ❔
- Add zk_toolbox for managing deployment and initialization of ecosystems and hyperchains.
Why ❔
- Improves tooling
Checklist
- [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
andzk lint
. - [x] Spellcheck has been run via
zk spellcheck
.