Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

v0.4.0

Latest

Choose a tag to compare

@kayhhh kayhhh released this 22 Oct 23:10
· 14 commits to main since this release
1399a20

The project has undergone a full rewrite! (This happened a while ago but I never released it)
There were many fixes and API simplifications, as well as the following major changes:

Backend

The provided backend now uses native_db - a simple embedded database using the redb KV store. This change has the benefit of being much more lightweight than the previous implementation.

DIDs

DWNs now use the new xdid crate for DID resolution. This new library was designed to be smaller and simpler than other DID libraries. Currently the did:key and did:web methods are implemented.