this project include aid server implementation and full stack demo.
provide rest api for service and wallet to verify user's claim.
four type of aid system:
- do not include blockchain and any other server, a P2P system.
- wallet create a id locally, and proof by itself.
- include a server, which can store user id and let service verify user's claim.
- like type2, but use OurChain to replace server.
- base on type3, but each user can ask a server to verify user's claim.
- also can know as a mixture of type2 and type3.
related project:
fork this project link and add a protocol named aid
to it.