This is a driver implementation of Universal Resolver for the did:iota
identifier.
IOTA DID Method Specification v1.0
did:iota:0xf4d6f08f5a1b80dd578da7dc1b49c886d580acd4cf7d48119dfeb82b538ad88a
docker build . -t iotaledger/uni-resolver-driver-iota
docker run -p 8080:8080 iotaledger/uni-resolver-driver-iota
curl -X GET localhost:8080/1.0/identifiers/<did>
cargo run --release
IOTA_NODE_ENDPOINT
Endpoint for the iota
network.
IOTA_SMR_NODE_ENDPOINT
Endpoint for the smr
network.
IOTA_CUSTOM_NETWORK_NAME
HRP a of custom network.
IOTA_CUSTOM_NODE_ENDPOINT
Endpoint for the custom network.
IOTA_NODE_AUTH_TOKEN
JWT auth token for iota
's node.
IOTA_SMR_NODE_AUTH_TOKEN
JWT auth token for smr
's node.
IOTA_CUSTOM_NODE_AUTH_TOKEN
JWT auth token for custom network's node.
Note: at least one network must be configured.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License. See LICENSE
for more information.