/ethereum-ex

The Ethereum Blockchain Application for commercial deals

Primary LanguageJavaScriptApache License 2.0Apache-2.0

ethereum-ex

The Ethereum Example written in Solidity.

Dependencies

  1. Node +6.11
  2. NPM +3.10
  3. Truffle +4.0.5
  4. Ganache CLI +6.0.4

Clone

  git clone https://github.com/fabiojose/ethereum-ex.git

Install

  cd ethereum-ex
  npm install

Deploy

In another terminal start the ganache using the following command

  ganache-cli

In another terminal compile it, deploy and test

  truffle compile
  truffle migrate
  truffle test