Benjamin Collins

Results 37 comments of Benjamin Collins

Cross linking: https://github.com/transmute-industries/sidetree.js/issues/210

I think this should be addressed with this PR: https://github.com/decentralized-identity/universal-resolver/pull/287. We updated did-elem with our Sidetree.js v1 spec update, using the ropsten testnet. The example was updated to `did:elem:ropsten:EiCtwD11AV9e1oISQRHnMJsBC3OBdYDmx8xeKeASrKaw6A`. You...

I ran into this problem for the install instructions as well. https://github.com/decentralized-identity/ion/blob/master/install-guide.md > NOTE: You may nee to run `npm install tsc` before running `npm run build` to install TypeScript...

> Now I want to make the sidetree node not to interact with bitcoin-network and ipfs. When CRUD DIDs, it interact mongoDB straightly. Each component is pluggable. If I want...

> all examples are about CRUD. So how does the sidetree node and a user-client to confirm an identity? With CRUD :) Specifically I make a public and a private...

Sounds like a question for @gjgd. I'm guessing there can be multiple outputs per transaction. And Ion checks to see if an output has the type of OP_RETURN and a...

Can you provide a few did's that you're able to create and resolve on your local node, that aren't resolvable from `https://ropsten.element.transmute.industries/api/1.0/identifiers/`. I think we can check the did suffix...

I created a local node for testing, and I am experience similar weirdness. The did from the universal resolver example `did:elem:ropsten:EiCtwD11AV9e1oISQRHnMJsBC3OBdYDmx8xeKeASrKaw6A` works, and the did you posted `did:elem:ropsten:EiCtwD11AV9e1oISQRHnMJsBC3OBdYDmx8xeKeASrKaw6A` works. New...

Another update with respect to tracking down this issue. After spending some time debugging, it looks like it wasn't a source code or database issue, but a cloud underflow issue....