Geon Network implementation for an Ethereum blockchain.
- Clone the repo.
- 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.
- Execute the steps under 'How to compile'.
- In the repo root directory:
truffle test