Lagrange RUN URL https://lagrangedao.org/spaces/0x129ddcdA5B114c05d4932CC553535Ef3cC9201D5/zokrates-demo/app
ZoKrates is a toolbox for zkSNARKs on Ethereum. This is a proof-of-concept implementation. It has not been tested for production.
This is a demo for developer to use zokrates;
Load the ZoKrates Plugin on Remix to write your first SNARK program!
Alternatively, you can install the ZoKrates CLI:
curl -LSfs get.zokrat.es | sh
Have a look at the documentation for more information about using ZoKrates. Get started, then try a tutorial!
git clone https://github.com/example/repo.git
curl -LSfs get.zokrat.es | sh
copy zokrates
to /usr/local/bin/
sudo apt update
sudo apt install python3
pip install --upgrade pip
pip install flask
cd zok
python app.py
The zok service will listen 5002
port, you can visit http://127.0.0.1:5002