AIAS Registration app.
Note: This project use orignal anonymous authentication primitives, so do not use on production environment.
Note: iOS is not supported now, but it will support in near future.
Required: react-native
Clone this repository.
git clone https://github.com/pj-aias/aias-app
cd aias-app
Install libraries with yarn command.
yarn install
Run with react native command.
# terminal one
react-native run
# terminal two
react-native android