Group Manager of AIAS project.
This entity is responsible for generate credential and trace user from signature.
Note: This project use orignal anonymous authentication primitives, so do not use on production environment.
Clone this repository.
git clone https://github.com/pj-aias/aias-gm
cd aias-gm
git checkout develop
Write .env file to set enviroment variables. It have to fill all variable to work.
cp .env.sample .env
vim .env # write
Create sqlite3 DB with the touch command.
touch aias.db
Run servers with docker-compose command.
docker-compose up
# cargo run