GEON token will power the GEON network.
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