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

Latest commit

 

History

History
60 lines (38 loc) · 1.24 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.24 KB

Fractal Wallet - Verifier Demo

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

Setup

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.

Development

To start the development environment, run:

$ bin/server

Contribution Guidelines

Contributions must follow Subvisual's guides.

License

Wallet is copyright © 2021 Trust Fractal GmbH.

It is open-source, made available for free, and is subject to the terms in its license.

About

Fractal Wallet was created and is maintained with ❤️ by Fractal Protocol.