OT-Hub / OTHub

OT Hub is a community-made project for live insights into the OriginTrail Decentralized Network.
https://othub.origin-trail.network/
MIT License
5 stars 2 forks source link

Read keys from Identity.sol #37

Closed lukeskinner closed 3 years ago

lukeskinner commented 4 years ago

https://github.com/OriginTrail/ot-node/blob/develop/modules/Blockchain/Ethereum/contracts/Identity.sol

OT Hub does not handle management wallet changes well at all. We should look into reading the events from this smart contract and saving them into the OT Hub database.

It's likely we can also read data from this smart contract without using the events if it ends up being easier to use the functions instead.

lukeskinner commented 4 years ago

This seems pretty difficult due to the address hashing being one way I think.