Project work for Consensys Academy 2017
See the per-project directories for more info:
Module 4
Module 5
Checkout the repo into a directory called jeff
. Use the --recursive
flag to pull in the easy-geth-dev-mode submodule for running a private testnet.
git clone --recursive git@github.com:shoenseiwaso/ConsensysAcademy.git ./jeff
Launch the private test network in one terminal.
$ cd jeff/Splitter
$ ./launch-testnet.sh
Refer to the per-project directories for further details.