eac.js

A library and a command line execution tool for working with the Ethereum Alarm Clock protocol.

Install

As an executable

The eac.js executable can be downloaded from NPM.

$ npm i -g eac.js

Please proceed to Executing for a walkthrough on how to get started.

As a library

If you are using eac.js as a library you will want to download it into your package.json file.

$ npm i eac.js --save

Proceed to the API reference.