1.0.0 • Published 7 years ago

onebit-ethereum v1.0.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
7 years ago

onebit-ethereum app

App proper of onebit-ethereum.

Provides REST API for OneBit smart contracts on Ethereum VM.

How to set up

  1. Pre-requisites:

    1. Node.js >= 6 (LTS)
    2. yarn or npm are globally installed.
    3. Ethereum node running and reachable. For local testing, testrpc is recommended.

    Note: Truffle is not required to be globally installed. Local Truffle installation is used instead for added consistency.

  2. Install dependencies using yarn (preferred) or npm.

    yarn
    # or npm install
  3. Deploy to Ethereum network (migrate)

    yarn run migrate
  4. Run

    yarn start

TODO

  1. Environment set up
  2. Support for different Ethereum networks