Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acrdlph authored Jan 28, 2019
1 parent 607141c commit 84bc970
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ If and only if a new round has started, the owner of the token can initialize th

The current implementation keeps inflation constant, but in the next step there will be a `setInflation()` function that adjusts the inflation rate in each period based on dynamic variables like participation rate or time passed since launch.

## Test

## Run
Spawn a local blockchain:
```
yarn ganache
```
yarn ganache
And in another tab:
```
yarn install
yarn test
```


0 comments on commit 84bc970

Please sign in to comment.