https://github.com/achimcc/substrate-arkworks-examples
Example implementation of curve arithmetic for the ark-substrate curves
https://github.com/achimcc/substrate-arkworks-examples
blockchain cryptography polkadot rust substrate zero-knowledge
Last synced: about 1 year ago
JSON representation
Example implementation of curve arithmetic for the ark-substrate curves
- Host: GitHub
- URL: https://github.com/achimcc/substrate-arkworks-examples
- Owner: achimcc
- License: unlicense
- Created: 2023-01-08T08:50:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T14:38:30.000Z (over 2 years ago)
- Last Synced: 2025-04-14T17:18:14.748Z (about 1 year ago)
- Topics: blockchain, cryptography, polkadot, rust, substrate, zero-knowledge
- Language: Rust
- Homepage:
- Size: 49.4 MB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# substrate-arkworks-examples
Example implementation of curve arithmetic for the ark-substrate curves.
## Benchmarking
You can run the included benchmarks of the Substrate extrinsics on your local machine with:
```shell
gh repo clone https://github.com/achimcc/substrate-arkworks-examples
cd substrate-arkworks-examples
make install
make benchmark
```
The results are then written into a benchmark.pdf file.
An overview and comparison of all benchmark results can be found [here](https://github.com/achimcc/substrate-arkworks-examples/blob/main/benchmarks-comparison.md).