Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dido is a library created for KRL developers to use DIDs and DIDComm in their rulesets. With Dido, developers can create, use, and manage DIDs, as well as pack and unpack DIDComm messages. The dido.ts library is used in the dido.krl ruleset to establish connections, and from there, developers can implement various DIDComm protocols, such as the tic-tac-toe example. The implementation used in dido.ts and dido.krl is v2*, but the functionality of key rotation is not implemented and is something that has to be done in the future. By leveraging DIDs and DIDComm, developers can create secure and decentralized systems that enable trust and privacy in digital interactions.

**This implementation of DIDs is a Peer 2 DID.

...