element
element copied to clipboard
DID Method implementation using the Sidetree protocol on top of Ethereum and IPFS
We should not be using console.log.... ever... When running in node, winston / stackdriver.... when running in the browser, DEBUG gated console
We need a consolidated edit view of a given Element DID. - [x] View of the DID Document, and all related transactions. - [x] Support for Add Public Key, Remove...
Should be easy to add docker files for app, and api. We should support a mode that relies on infura / metamask, and in the future, one that uses the...
https://github.com/w3c-ccg/did-method-registry/pull/76
``` const transformArrays = [ "assertionMethod", "authentication", "capabilityDelegation", "capabilityInvocation" ]; const transformObjects = ["publicKey", "keyAgreement"]; module.exports = didDocument => { const convertedDidDocument = { ...didDocument }; transformObjects.forEach(property => { convertedDidDocument[property].forEach(value...
[this](https://github.com/decentralized-identity/element/blob/master/packages/element-api/src/services/element-adapter-firestore/index.js) should live [here](https://github.com/decentralized-identity/element/tree/master/packages/element-lib/src/adapters/database)
We want to show production tests for element that invovle syncing to a remote CouchDB, locally syncing from a remote DB. CRUD for DIDs and meta data for blockexplorer. These...
When we take a cache + retry approach to IPFS (manager pattern), we should expose this fact via the getNodeInfo method, so that consumers know when we are able to...