Skip to content

Commit a068320

Browse files
committed
chore: update readme
1 parent a7e57eb commit a068320

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,24 @@ We provide a collection of experimental [gRPC services](https://github.com/iotal
4646
- [Identity Documentation Pages](https://docs.iota.org/iota-identity): Supplementing documentation with context around identity and simple examples on library usage.
4747
- [Examples](https://github.com/iotaledger/identity.rs/blob/feat/identity-rebased-alpha/examples): Practical code snippets to get you started with the library.
4848

49+
## Universal Resolver
50+
51+
IOTA Identity includes a [Universal Resolver](https://github.com/decentralized-identity/universal-resolver/) driver implementation for the `did:iota` method. The Universal Resolver is a crucial component that enables the resolution of DIDs across different DID methods.
52+
53+
Our implementation allows for resolving IOTA DIDs through the standardized Universal Resolver interface, supporting multiple networks including testnet, devnet, and custom networks. The resolver is available as a Docker container for easy deployment and integration.
54+
55+
For more information and implementation details, visit our [Universal Resolver Driver Repository](https://github.com/iotaledger/uni-resolver-driver-iota).
56+
57+
### Quick Start with Docker
58+
59+
```bash
60+
# Pull and run the Universal Resolver driver
61+
docker run -p 8080:8080 iotaledger/uni-resolver-driver-iota
62+
63+
# Resolve a DID
64+
curl -X GET http://localhost:8080/1.0/identifiers/did:iota:0xf4d6f08f5a1b80dd578da7dc1b49c886d580acd4cf7d48119dfeb82b538ad88a
65+
```
66+
4967
## Prerequisites
5068

5169
- [Rust](https://www.rust-lang.org/) (>= 1.83)

0 commit comments

Comments
 (0)