Latrasis / excercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

excercise

Setup

  1. Install nvm: https://github.com/creationix/nvm#installation
  2. Run nvm install 8
  3. Clone this repo and enter it.
  4. Install Ganache: http://truffleframework.com/ganache/

For VS Code, install https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity

For Atom, install https://atom.io/packages/linter-solium

Excercises

First, have a read through:

Excercise 1: Follow the Pet Shop Tutorial: http://truffleframework.com/tutorials/pet-shop

Next Skim though:

Excercise 2: Setup a new project in folder excercise2 with truffle from what you learned in the previous tutorial.

About