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

Latest commit

 

History

History
33 lines (20 loc) · 610 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 610 Bytes

Fractal DID Registry demo dapp

A simple demo dapp for our DID Registry.

Stack

  • Gatsby v4
  • Styled components (using web3.fractal.id's theme)
  • web3-react v6

Setup

Run development mode

yarn install

yarn start

Local build

yarn clean && yarn build

yarn serve

Deployment

This is deployed as a Netlify app: https://app.netlify.com/sites/fractal-did-registry-demo-dapp/overview. It has https://did-registry.demo.fractal.id/ as the primary name.

Every movement of the main branch will be published automatically.