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

[WIP] a solidity implementation of verification in a STARK on a MIMC calculation

License

Notifications You must be signed in to change notification settings

LayerXcom/stark-sol

Repository files navigation

stark-sol

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

setup

git clone git@github.com: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

About

[WIP] a solidity implementation of verification in a STARK on a MIMC calculation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published