From 84bc970b1646aac9cccd7879cffda606b4f3e4d4 Mon Sep 17 00:00:00 2001 From: Achill Rudolph <37867491+acrdlph@users.noreply.github.com> Date: Mon, 28 Jan 2019 11:24:29 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 ``` -