Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 360 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 360 Bytes

GEON Token

GEON token will power the GEON network.

Testing

Install the truffle command line tools.

$ npm install -g truffle

Install packages.

$ npm install

Download the ganache program and start.

$ ganache-cli --defaultBalanceEther 9000000000000000000000

Run tests.

$ truffle test