Add truffle and ganache-cli as dev dependency
This commit is contained in:
parent
f0211ff4c1
commit
f0caa1208d
10
README.mdown
10
README.mdown
@ -4,11 +4,15 @@ This repository contains all the contracts for Kredits as a [truffle framework](
|
|||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
$ npm install
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
1. [truffle framework](http://truffleframework.com): `npm install -g truffle`
|
* [truffle framework](http://truffleframework.com): `npm install -g truffle`
|
||||||
2. [ganache](http://truffleframework.com/ganache): `npm install -g ganache-cli`
|
* [ganache](http://truffleframework.com/ganache): `npm install -g ganache-cli`
|
||||||
|
* [Open Zeppelin](https://github.com/OpenZeppelin/zeppelin-solidity)
|
||||||
|
|
||||||
For local development it is recommended to use [ganache-cli](https://github.com/trufflesuite/ganache-cli) (or the [ganache GUI](http://truffleframework.com/ganache/) to run a local development chain.
|
For local development it is recommended to use [ganache-cli](https://github.com/trufflesuite/ganache-cli) (or the [ganache GUI](http://truffleframework.com/ganache/) to run a local development chain.
|
||||||
Using the ganache simulator no full Ethereum node is required.
|
Using the ganache simulator no full Ethereum node is required.
|
||||||
|
4796
package-lock.json
generated
4796
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,9 @@
|
|||||||
"url": "https://github.com/67P/truffle-kredits/issues"
|
"url": "https://github.com/67P/truffle-kredits/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/67P/truffle-kredits#readme",
|
"homepage": "https://github.com/67P/truffle-kredits#readme",
|
||||||
"dependencies": {
|
"devDependencies": {
|
||||||
"zeppelin-solidity": "^1.7.0"
|
"zeppelin-solidity": "^1.7.0",
|
||||||
|
"truffle": "^4.1.3",
|
||||||
|
"ganache-cli": "^6.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user