uport-project / ethr-did

Create ethr DIDs
Apache License 2.0
259 stars 53 forks source link

Test ethr-did in ethereum private chain #80

Closed KunPengRen closed 2 years ago

KunPengRen commented 2 years ago

Hi all, I plan to test the performances of ethr-did. I plan to test on a local ethereum network fellow the block time of mainnet. How can I deploy the ethr-did in local ethereum? Is there such tutorial about that?

mirceanis commented 2 years ago

Wonderful! The contract code lives in https://github.com/uport-project/ethr-did-registry

You can either use normal hardhat operations to deploy, or you can use the included script to generate a deployment transaction.

Have fun!

mirceanis commented 2 years ago

I hope the answer from before is enough. Please reopen if this is still an issue.