Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

makerdao/oracle-identity-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

oracle-identity-verifier

Generates and verifies identity proofs for Oracles

Generate Identity Proof:

source prove_identity.sh; generate $ETH_FROM $ETH_KEYSTORE $ETH_PASSWORD $FEED_ADDR $KEYBASE_USERNAME

where:

ETH_FROM = the owner of the Oracle Feed (format 0x#####)
ETH_KEYSTORE = path to the directory containing the keystore file for ETH_FROM
ETH_PASSWORD = path to the file containing the password to unlock the keystore file for ETH_FROM
FEED_ADDR = public of your feed (format: 0x######)
KEYBASE_USERNAME = your username on keybase

Verify Identity Proof:

source prove_identity.sh; verify $SIG $MSG

where:

SIG = the signed message signature
MSG = the message that was signed

About

Generates and verifies identity proofs for Oracles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages