aepp-cli-js

Command line interface for the æternity blockchain

View on GitHub

Contributor guide

Install aecli from git repository

  1. Clone the aepp-cli-js git repository into any place you like
  2. With your terminal: enter in folder when the repo has been cloned
  3. Run npm link for linking aecli executable to src/aecli.js
  4. Start a new terminal session and try aecli command to see if everything is okay.
  5. If you have any issue, open an issue in github

If you have problems linking, try also npm install and then npm link. Instead of using npm link you can also execute ./src/aecli.js directly.