Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 866 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 866 Bytes

commitground-js

This is a javascript library to interact with commitground platform.

Contributing

Prerequisites

  1. Load submodules

    git submodule update --init --recursive
  2. Install truffle

    npm install -g truffle

    You can read truffle install doc here

  3. Ganache(One click ethereum private net).

    Two options exist. When you run this repository on your local environment, desktop app will help you know what's happening on the blockchain. But for the CI/CD environment, 'ganache-cli' will be a better option.

Contributors

Wanseob Lim

License

MIT