Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 652 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 652 Bytes

geon-ethereum

Geon Network implementation for an Ethereum blockchain.

Getting Started

Pre-requisites:

  1. Install NodeJS and npm (will be installed automaticaly along with NodeJS).
  2. Install Truffle.

How to compile:

  1. Clone the repo.
  2. In the repo root directory:
    • npm install
    • truffle compile

NOTE: You may need to manually udpate solc version in Truffle to something higher than or equal to 0.5.2 to complie. This is temporary.

How to test:

  1. Execute the steps under 'How to compile'.
  2. In the repo root directory: truffle test