A DID resolver driver for the Universal Resolver, that resolves SOL DIDs.
Documentation is published at https://app.swaggerhub.com/apis/identity.com/sol-resolver-driver/1.0.0
docker compose up -d
curl http://localhost:8080/1.0/identifiers/did:sol:ygGfLvAyuRymPNv2fJDK1ZMpdy59m8cV5dak6A8uHKa
This project uses nvm and yarn
nvm install
yarn
yarn dev
You'll need to get access to the idenetitycom docker hub account.
yarn run prepublishOnly
docker compose build
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build
docker tag identitydotcom/driver-did-sol identitydotcom/driver-did-sol:{tag}
docker push identitydotcom/driver-did-sol:{tag}