Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

factomatic/factom-did-ui

Repository files navigation

Factom DID Registrar UI

This project contains the source code for the Factom Decentralized Identifiers (DIDs) registrar UI. DIDs are an emerging W3C Community Standard for digital identities, adopted by multiple blockchains. The DID registrar enables the creation of DID documents and uses Factom to record the public metadata for the identity on-chain.

The implementation of the registrar follows the specification, available here.

Development server

Run ng serve for a dev server and navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Run ng build --prod for a production build. The build artifacts will be stored in the dist/ directory.

Deployments

Factom Testnet

A live version on the Factom testnet is available at https://factomatic.github.io/factom-did-ui.

It enables a seamsless creation of DIDs, without the usage of any cryptocurrency.

Factom Mainnet

Coming soon!