Add build yourself instructions; add master/develop badge
This commit is contained in:
parent
a432b059c6
commit
bc88fae5c7
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -1,7 +1,9 @@
|
|||
# Zokrates
|
||||
|
||||
[](https://gitter.im/ZoKrates/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://jenkins.kyroy.com/job/ZoKrates/job/master/)
|
||||

|
||||

|
||||
|
||||
|
||||
Zokrates is a toolbox for zkSNARKs on Ethereum.
|
||||
|
||||
|
@ -18,9 +20,19 @@ Zokrates bridges this gap. It helps you create offchain programs and link them t
|
|||
|
||||
Using Docker is currently the recommended way to get started with Zokrates.
|
||||
|
||||
```
|
||||
```bash
|
||||
docker run -ti kyroy/zokrates /bin/bash
|
||||
```
|
||||
Or build yourself with the following commands.
|
||||
```bash
|
||||
git clone https://github.com/JacobEberhardt/ZoKrates
|
||||
cd ZoKrates
|
||||
docker build -t zokrates .
|
||||
docker run -ti zokrates /bin/bash
|
||||
cd ZoKrates/target/release
|
||||
```
|
||||
|
||||
|
||||
# Example
|
||||
|
||||
To execute the program, perform the setup for the program, generate a proof
|
||||
|
|
Loading…
Reference in a new issue