Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
README update
  • Loading branch information
hswick committed Mar 28, 2018
commit 5e7f905fd8188a2707557c2543c628e35c74dcdd
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ Go [here](https://github.com/TrueBitFoundation/Developer-Resources/blob/master/d

## Installation

Ensure you have truffle and an Ethereum test net like ganache installed
```
npm install -g truffle ganache-cli
```

Then install the package's dependencies
```
npm install
```

## Testing

After following the above installation instructions you can start up the dev blockchain in a separate tab:
Expand Down