https://github.com/nethermindeth/zksync-verification
https://github.com/nethermindeth/zksync-verification
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nethermindeth/zksync-verification
- Owner: NethermindEth
- License: apache-2.0
- Created: 2024-05-13T15:12:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T06:00:02.000Z (over 1 year ago)
- Last Synced: 2025-05-07T21:06:27.699Z (about 1 year ago)
- Language: eC
- Size: 24.6 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zksync-verification
Installation
-------------
0. Make sure you have ```cargo``` and ```docker``` installed at your machine.
1. Install ```just``` by running
```bash
cargo install just
```
2. Install ```x11-xserver-utils``` if you want to use the GUI emacs by
```bash
sudo apt install x11-xserver-utils
```
Running
---------
Just run the command
```bash
just bash
```
to run the container mount the directory ```src/``` and
enter the container. No X11 is needed.
Just run the command
```bash
just emacs
```
to mount the directory ```src/``` to the container and run emacs-gtk on it.