Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austintgriffith authored Apr 16, 2019
1 parent 009dfd9 commit bb25230
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ What we need is a way to exchange an intuitive currency like DAI using a simple

### Contributing as a Developer/Designer

you'll need ganache installed and running
```
ganache-cli
```

```
git clone https://github.com/austintgriffith/burner-wallet.git
cd burner-wallet
Expand All @@ -22,28 +27,22 @@ npx clevis init
```
(You'll need to hit enter a few times to specify some config directories.)


install burner:
```
npm i
```

in a new terminal install and fire up ganache:
```
ganache-cli
```

link clevis
```
alias clevis='./node_modules/clevis/bin.js'
```

in a new terminal compile and deploy all contracts:
compile, deploy, test, and inject all contracts in the frontend:
```
clevis test full
```

in a new terminal start the app:
start the app:
```
npm start
```
Expand Down

0 comments on commit bb25230

Please sign in to comment.