BTE-Trusted-Entity / asset-did-credentials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asset-did-credentials

This projects allows you to create public credentials by solely interacting with the user interface and your wallet(s).

It consists only of a very simple frontend. It serves as proof of concept and outline for you to develop your project. The public credentials issue through here will appear on the blockchain specified by the environment.

Public Credentials are on-chain Credentials for Asset DIDs; ergo the projects name.

Start the project locally

  1. Clone the repository
  2. Install the dependencies by running yarn install
  3. Create a environment file .env on the root directory
  4. Assign a value to the variable CHAIN_ENDPOINT. For example CHAIN_ENDPOINT=wss://peregrine.kilt.io to interact with the KILT Testnet, also known as Peregrine.
  5. Start the project by running yarn dev
  6. Visit http://localhost:1234/ on any browser on your machine. This happens mostly automatically.

About

License:Other


Languages

Language:TypeScript 86.2%Language:CSS 12.4%Language:HTML 1.5%