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
- Host: GitHub
- URL: https://github.com/tangle-network/substrate-fixtures
- Owner: tangle-network
- License: apache-2.0
- Created: 2022-09-01T04:03:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T13:59:11.000Z (over 3 years ago)
- Last Synced: 2025-02-05T21:53:39.588Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```