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.
- Clone the repository
- Install the dependencies by running
yarn install
- Create a environment file
.env
on the root directory - Assign a value to the variable
CHAIN_ENDPOINT
. For exampleCHAIN_ENDPOINT=wss://peregrine.kilt.io
to interact with the KILT Testnet, also known as Peregrine. - Start the project by running
yarn dev
- Visit http://localhost:1234/ on any browser on your machine. This happens mostly automatically.