The Link Addresses Website acts as an interface for linking your DID and web3name to any of your account addresses in the Polkadot or Ethereum ecosystem.
https://linking.trusted-entity.io/
- Clone the repository .
- Install the dependencies by running
yarn install
. - On the root directory, copy the
.env.example
to.env
and customize the variable values to your needs. - Start the project by running
yarn dev
. - Visit http://localhost:1234/ on any browser on your machine. This happens mostly automatically.