Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 891 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 891 Bytes

⚠ WARNING ⚠

  • Keep in mind this is a hackathon project.
  • There are a lot of things missing.
  • This contract has not been audited.
  • I have only tested this on MacOSX.

Watch my EthWaterloo Presentation

Read me DevPost Project

Listen to me on 'Into the Ether' 00:25:58

Dependencies

How to run

  1. npm install
  2. yarn call --network kovan

Callable Methods on Registry Contract

 +  Registry
    - [Pub] getPrice
    - [Ext] setPrice #
    - [Pub] canCall
    - [Ext] addToCallList #
    - [Ext] removeFromCallList #
    - [Ext] call #
    - [Ext] answer #
    - [Ext] withdraw #