4000D / zokrates-with-truffle-othello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. initialize

$ npm i -g truffle
$ truffle init .
$ mkdir contracts/verifiers
$ git init .
$ npm init -y

2. write zokratets circuits

$ mkdir circuits
$ touch circuits/{othelloMove.code,othelloDecide.code} # and edit

3. write solidity contract

4. run docker

5. write JS helper to contact docker container

6. write test, and test...

About


Languages

Language:JavaScript 55.0%Language:Solidity 28.9%Language:Shell 16.1%