Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.06 KB

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