Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 430 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 430 Bytes

stark-sol

a solidity implementation of verification in a STARK on a MIMC calculation

setup

git clone [email protected]:LayerXcom/stark-sol.git
cd stark-sol
pip install -r requirements.txt
yarn install

test

generate a proof for stark. It'll output as a .json file, stark_proof.json.

python -m pytest test.py

truffle test for the verifier contract

truffle development
> compile
> migrate
> test