An open API service indexing awesome lists of open source software.

https://github.com/tangle-network/substrate-fixtures

Zero-Knowledge files required for generating proofs for webb's arkworks-gadgets circuits
https://github.com/tangle-network/substrate-fixtures

Last synced: 12 months ago
JSON representation

Zero-Knowledge files required for generating proofs for webb's arkworks-gadgets circuits

Awesome Lists containing this project

README

          

# substrate-fixtures
Zero-Knowledge files required for generating proofs proofs with arkworks.

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, you should run the following steps:

```
dvc add substrate-fixtures
git add -A
git commit
dvc push --remote aws # This should be done after a PR merge by the creator of the fixtures
```