chronicleprotocol / self-kisser

Contract to provide easy access to Chronicle Protocol's (testnet) oracles
MIT License
0 stars 2 forks source link

SelfKisser • Unit Tests License: MIT

The most important relationship you'll ever have is with yourself!

Make it physical ;)

The SelfKisser is a simple contract allowing everyone to whitelist (kiss) themselves on a set of supported Chronicle Protocol oracles. This allows easy access during e.g. hackathons.

Warning

This contract may never be deployed to production environments!

How to get physical?

To whitelist yourself (msg.sender) on an oracle, call the ISelfKisser::selfKiss(address oracle).

To whitelist some other address, use ISelfKisser::selfKiss(address oracle, address who).

For more info, see docs/Management.md.

Dependencies