https://github.com/kompendium-ano/factom-did-rust
Rust library for DIDs on Factom
https://github.com/kompendium-ano/factom-did-rust
decentralized-identities did factom
Last synced: 11 months ago
JSON representation
Rust library for DIDs on Factom
- Host: GitHub
- URL: https://github.com/kompendium-ano/factom-did-rust
- Owner: kompendium-ano
- License: mit
- Created: 2020-04-05T15:57:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T19:40:42.000Z (over 4 years ago)
- Last Synced: 2025-07-26T15:02:47.452Z (11 months ago)
- Topics: decentralized-identities, did, factom
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# factom-did-rust

The `client` module enables:
- creation of a new DID
- addition of management key(s) for the DID
- addition of DID key(s) for the DID
- addition of service(s) for the DID
- export of public metadata to be recorded on Factom
- encryption of the newly created keys
- update of an existing DID: adding/revoking management keys, DID keys and services and producing a signed DID
The `resolver` module contains a pure-data library for re-constructing the effective DID Document from a list of DID
entries. It is a complete implementation of the resolver specification in https://github.com/bi-foundation/FIS/blob/feature/DID/FIS/DID.md