Skip to content

Commit 38c832a

Browse files
authored
Add links to README.md (#26)
1 parent 3ea6c4d commit 38c832a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,18 @@ To test a request you should pass an `input.json` as a parameter to the request
169169
node tools/request.js <input.json> <circuit>
170170
```
171171

172+
## Wrappers
173+
174+
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:
175+
176+
| Wrapper | Repository Link |
177+
| ------------ |-----------------------------------------|
178+
| Go | https://github.com/iden3/go-rapidsnark |
179+
| iOS | https://github.com/iden3/ios-rapidsnark |
180+
| Android | https://github.com/iden3/android-rapidsnark |
181+
| React Native | https://github.com/iden3/react-native-rapidsnark |
182+
| Flutter | https://github.com/iden3/flutter-rapidsnark |
183+
172184
## Benchmark
173185

174186
This prover parallelizes as much as it can the proof generation.

0 commit comments

Comments
 (0)