Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 948 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 948 Bytes

ConsensysAcademy

Project work for Consensys Academy 2017

See the per-project directories for more info:

Module 4

Module 5

Usage

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.