Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 930 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 930 Bytes

Universal resolver driver: did:echo

This is a Universal Resolver driver for Echo did:echo identifiers.

Specifications

ECHO DID specifications

Example DIDs

did:echo:0.1.2.1
did:echo:1.1.2.0

Build and Run

docker build -f ./docker/Dockerfile . -t driver-did-echo
docker run --network host -p 8080:8080 driver-did-echo
curl -X GET http://localhost:8080/1.0/identifiers/did:echo:0.1.25.0

URL of node

You should set your own URL of nodes by setting up env variables:

  • uniresolver_driver_did_echo_mainnet_rpc_url for mainnet url
  • uniresolver_driver_did_echo_testnet_rpc_url for testnet url
  • uniresolver_driver_did_echo_devnet_rpc_url for devnet url

Maintainers