iden3 mobile is a set of libraries that implement iden3 protocol in mobile platforms. This repository contain a set of components o do so:
- go: go code that implements all the logic, and have gomobile friendly wrappers
- [To do] android: android library that wrapper the binded go code
- [To do] iOS: iOS library that wrapper the binded go code
- [To do] flutter: flutter plugin that calls the native iOS and android libraries
From go/iden3mobile run go test ./... -v