From 38c832abceef085dbd5ed4c67e6093eeb5c3427e Mon Sep 17 00:00:00 2001 From: demonsh Date: Fri, 25 Oct 2024 15:06:05 +0100 Subject: [PATCH] Add links to README.md (#26) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a3eb648..7d5cab7 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,18 @@ To test a request you should pass an `input.json` as a parameter to the request node tools/request.js ``` +## 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.