diff --git a/README.md b/README.md index c20af0d..bb99d86 100644 --- a/README.md +++ b/README.md @@ -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 ``` -