Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 500 Bytes

iden3-mobile

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

Test

From go/iden3mobile run go test ./... -v