A web app implementing the site for a fictitious verifier.
This web app retrieves data from the user using the SDK provided by the wallet extension and uses the Fractal SDK to validate if the credentials are valid.
This project was built with Next JS.
Table of Contents
First, clone & setup the repository:
git clone [email protected]:trustfractal/verifier-demo.git
yarn install
You'll need to set up the environment. To do so, run:
cp .env.example .env
Afterwards, fill in with the appropriate values.
To start the development environment, run:
$ bin/server
Contributions must follow Subvisual's guides.
Wallet is copyright © 2021 Trust Fractal GmbH.
It is open-source, made available for free, and is subject to the terms in its license.
Fractal Wallet was created and is maintained with ❤️ by Fractal Protocol.