-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ethereum adress to allow for smart contract verification of identity #7560
Comments
Anything happening with this? Really need it |
Second this, would really love to see it asap |
Edit: |
Oraclize can do this already.
That said, keybase could make this process easier for them by offering a simple API for fetching and getting data related to the merkle root and a given leaf, and they could lower costs a ton by just taking keybase's word on it and not running a Bitcoin node... (defeating the purpose of keybase to begin with... but whatever floats your boat) |
@junderw I misunderstood the issue - I was actually just looking for a way to add my ethereum address to keybase (no need to verify if i hold the private key) As you posted on another issue in 2019: |
If keybase would let users add an ethereum adress, it could be used to verify the identity on the ethereum blockchain using oracle services like oraclize.
This would help a lot of smart contracts that would require a reputation system, for example querying reddit post karma, etc to provide a somewhat working proof-of-individuality
How this would work:
User adds ethereum adress
User calls contract with ethereum adress
Contract calls oraclize (or other oracle)
Oraclize calls keybase
Oraclize returns adress to contract
Contract can call oraclize to determine scoring using keybase data
The text was updated successfully, but these errors were encountered: