Skip to content

GeonNetwork/geon-ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Geon implementation for an Ethereum blockchain.

Resources

License

Stars

Watchers

Forks

Packages

No packages published