Update README.md

This commit is contained in:
2019-04-04 08:11:53 +00:00
committed by GitHub
parent 07fa07eb22
commit f202b34d28
+2 -3
View File
@@ -61,8 +61,7 @@ The smart contracts and their JavaScript wrapper library are developed in the
[kredits-contracts](https://github.com/67P/kredits-contracts) repo/package. [kredits-contracts](https://github.com/67P/kredits-contracts) repo/package.
You can run `kredits-web` on your machine, against a local, simulated Ethereum You can run `kredits-web` on your machine, against a local, simulated Ethereum
network, provided e.g. by [ganache](http://truffleframework.com/ganache/) or network, provided e.g. by [ganache](http://truffleframework.com/ganache/).
[ganache-cli](https://github.com/trufflesuite/ganache-cli).
[kredits-contracts](https://github.com/67P/kredits-contracts) holds all the tools [kredits-contracts](https://github.com/67P/kredits-contracts) holds all the tools
to start and set up such a simulated network, as well as to deploy smart to start and set up such a simulated network, as well as to deploy smart
@@ -86,7 +85,7 @@ for details.
* `npm install` * `npm install`
* `npm run devchain` - runs a local development chain * `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 :() * `npm link` - make the `kredits-contracts` module linkable as `kredits-contracts` on your machine (currently broken :( )
#### 3. kredits-web #### 3. kredits-web