ethr-did-registry
ethr-did-registry copied to clipboard
Ethereum registry for ERC-1056 ethr did methods
Hi, I'm trying to create the registry contract in a local testnet. I followed the README and run ``` $ scripts/generateDeployTxs.js ``` and got this ``` ======= Contract: EthereumDIDRegistry =======...
Hi Team, I am a software developer from [Energy Web](https://www.energyweb.org) and have couple of queries regarding `EthereumDIDRegistry` contract. The current deployed `EthereumDIDRegistry` doesn't have sig nonce changes ([PR](https://github.com/uport-project/ethr-did-registry/pull/12)). Is there...
This pull is to add support for ERC 1271 and it includes: + Upgrading truffle to version 5.1.43 which includes: - Upgrading solidity code to v0.5.16 and handle its breaking...
Could be useful for delegates to be able to sign messages that others can relay, too. Curious to know if there's reasoning I'm missing here.
As it currently stands, the standard signing procedure is `byte(0x19), byte(0), this, nonce[identityOwner(identity)], identity + other data to be signed`. Due to all of the registries being deployed at the...
**Describe the bug** I was trying to follow along with the quickstart at `https://www.npmjs.com/package/ethr-did-resolver` but was unable to compile my project as there is a missing module in the `ethr-did-resolver`...
**Is your feature request related to a problem? Please describe.** XMTP would like to support this project by helping to modernize some of the existing toolset. **Describe the solution you'd...