Skip to content

Latest commit

 

History

History
 
 

zokrates-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

zokrates-demo

Lagrange RUN URL https://lagrangedao.org/spaces/0x129ddcdA5B114c05d4932CC553535Ef3cC9201D5/zokrates-demo/app image

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;

Getting Started

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!

How to Run this Demo

git clone https://github.com/example/repo.git

Install Dependency

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

Start the process

cd zok
python app.py

The zok service will listen 5002 port, you can visit http://127.0.0.1:5002