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.
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.
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.
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.
Coming soon!