Skip to content

Zero-Knowledge files required for generating proofs against circom.

Notifications You must be signed in to change notification settings

tangle-network/solidity-fixtures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solidity-fixtures

Zero-Knowledge files required for generating proofs against circom.

This repository uses DVC to manage large fixtures files and uploads to a public AWS S3 bucket. This allows anyone to fetch the fixtures, while minimizing impact on git size.

Fetching fixtures from remote storage

dvc pull

Pushing new fixtures to remote storage

After generating new fixtures (likely from protocol-solidity), you should run the following steps:

dvc add solidity-fixtures
git add -A
git commit
dvc push --remote s3-read-write # This should be done after a PR merge by the creator of the fixtures

About

Zero-Knowledge files required for generating proofs against circom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published