Skip to content

Commit

Permalink
Add links to README.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh authored Oct 25, 2024
1 parent 3ea6c4d commit 38c832a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,18 @@ To test a request you should pass an `input.json` as a parameter to the request
node tools/request.js <input.json> <circuit>
```

## Wrappers

Rapidsnark can be used with several programming languages and environments through wrappers that provide integration with the original library. Below is a list of available wrappers:

| Wrapper | Repository Link |
| ------------ |-----------------------------------------|
| Go | https://github.com/iden3/go-rapidsnark |
| iOS | https://github.com/iden3/ios-rapidsnark |
| Android | https://github.com/iden3/android-rapidsnark |
| React Native | https://github.com/iden3/react-native-rapidsnark |
| Flutter | https://github.com/iden3/flutter-rapidsnark |

## Benchmark

This prover parallelizes as much as it can the proof generation.
Expand Down

0 comments on commit 38c832a

Please sign in to comment.