From d8bcc8ff6704733ebd13cd0c943163a394e24667 Mon Sep 17 00:00:00 2001 From: Manuel Wiedenmann Date: Sun, 4 Aug 2019 19:36:09 +0200 Subject: [PATCH] Fix npm run start:local instructions --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8cad30..dbe9782 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,13 @@ Run a local IPFS deamon in offline mode. #### 2. kredits-contracts -Get your local Ethereum development node running. (See [kredits-contracts README](https://github.com/67P/kredits-contracts) +Get your local Ethereum development node running. (See [kredits-contracts README](https://github.com/67P/kredits-contracts) for details. * Clone [kredits-contracts](https://github.com/67P/kredits-contracts) * `npm install` * `npm run devchain` - runs a local development chain - * `npm run bootstrap` - bootstrap runs deploys all the contracts + * `npm run bootstrap` - bootstrap runs deploys all the contracts * `npm link` - make the `kredits-contracts` module linkable as `kredits-contracts` on your machine (currently broken :( ) #### 3. kredits-web @@ -94,10 +94,11 @@ With IPFS and Ethereum/ganache running, you can now start this Ember app. * `npm link kredits-contracts` - link the local `kredits-contracts` package * `npm run start:local` - WEB3_PROVIDER_URL=http://localhost:7545 must be set for local settings -If you restart the devchain your network ID changes. So kredits-contracts does not find the correct DAO Kernel address. +If you restart the devchain your network ID changes. So kredits-contracts does not find the correct DAO Kernel address. If that is the case the DAO address must be provided as `KREDITS_KERNEL_ADDRESS` environment variable. - * `KREDITS_KERNEL_ADDRESS=<0xYOURADDRESS> npm run start:local` - find your address with the `npm run dao:address` command in the kredits-contracts repo. + * `npm run dao:address` in the kredits-contracts repo to find your address + * `KREDITS_KERNEL_ADDRESS=<0xYOURADDRESS> npm run start:local` #### IPFS