Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.53 KB

File metadata and controls

40 lines (35 loc) · 1.53 KB

You can download a virtual machine with all the requirements installed and configured.

The following show how to install the requirements locally.

Requirement:

Ganache Configuration

Once Ganache is built, run it (from the ganache directory):

$ npm start

The GUI should appear To have the same addresses and transactions hashes than the VM, update the menmonic:

  • Setting
  • Accounts & Keys
  • Change to menmoic to:
wrap deliver mansion shoot example puppy upgrade delay will merge clay cousin
  • Restart Ganache

Exercises setup

Once Ganache run, you clone this repo, and deploy the exercises:

git clone https://github.com/trailofbits/grehack18 
cd grehack18
truffle migrate

To restart the exersises, close and re-run ganache and truffle migrate.