sdk icon indicating copy to clipboard operation
sdk copied to clipboard

A JavaScript SDK built ontop of PolkadotJS for interaction with Dock's Substrate node and compatible chains

Results 33 sdk issues
Sort by recently updated
recently updated
newest added

Similar to how polkadot organizes things, cleaner and people can then install just what they need.

EG: - auth0 https://verifiablecredentials.dev/ - veramo https://veramo.io/docs/cli_tutorials/cli_create_vc/

https://w3c.github.io/did-spec-registries/#verification-method-properties publicKeyJWK, publicKeyHex, publicKeyMultibase would be good to support. Additionally we could try support publicKeyBase64 - although this isnt in the official security vocab (https://w3c-ccg.github.io/security-vocab/contexts/security-v3-unstable.jsonld)

Perhaps as an optional SDK init argument and method to detect and set ss58 prefix

This example should to create dids, set their attestations (as ipfs links), Issue delegated credentials. Verify delegated credentials. Se sdk public_delegation concepts and tutorial for help.

A few more tests I think belong here: - ensure attestations can be deleted by setting IrI on-chain to `None` - for any `Attestation` a, `deserialize(serialize(a)) == a` - test...

https://docknetwork.github.io/sdk/tutorials/concepts.html and https://docknetwork.github.io/sdk/tutorials/tutorials.html contain tables of contents, but that's not needed because mdbook already generates a TOC on the lefthand side of the page. ![asdfasdf](https://user-images.githubusercontent.com/2702854/109056209-01f57400-7695-11eb-8ba0-ce64edba6619.png) You'll notice the above ToC...