Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 771 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 771 Bytes

Ethereum Alarm Clock

[WIP - development in progress to get the EAC working.]

Join the chat at https://gitter.im/pipermerriam/ethereum-alarm-clock

Source code for the Ethereum Alarm Clock service

Running the tests

Tests are in the process of being ported over to ES6 JavaScript.

In progress ES6 test suite can be found in the test/ directory. Original Populus tests can be found in the tests/ directory.

To run the test suite make sure you have a testrpc running and truffle v4.0.0 installed.

Run truffle test at the root of the directory.