aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-04 10:35:58 +0800
committerFabio Berger <me@fabioberger.com>2018-04-04 10:35:58 +0800
commit5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a (patch)
treec6894bbd970482b111498827464f3930e501c212 /README.md
parent6c02722f56dd37dd4237248e73d070755f86f318 (diff)
downloaddexon-sol-tools-5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a.tar
dexon-sol-tools-5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a.tar.gz
dexon-sol-tools-5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a.tar.bz2
dexon-sol-tools-5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a.tar.lz
dexon-sol-tools-5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a.tar.xz
dexon-sol-tools-5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a.tar.zst
dexon-sol-tools-5e4e27fed5b9b7c889e6e6e1805377b9eff31a3a.zip
Update dev-utils and subproviders tests to use ganache in-process provider
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 2 insertions, 20 deletions
diff --git a/README.md b/README.md
index 86e00bfd9..770f3440d 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ You can include those by prepending @0xproject/typescript-typings package to you
We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
-Please read our [contribution guidelines](./CONTRIBUTING.md) before getting started.
+#### Read our [contribution guidelines](./CONTRIBUTING.md).
### Install dependencies
@@ -118,24 +118,6 @@ yarn lerna:run lint
### Run Tests
-Before running the tests, you will need to spin up a [TestRPC](https://www.npmjs.com/package/ethereumjs-testrpc) instance and deploy all the 0x smart contracts.
-
-In a separate terminal, start TestRPC (a convenience command is provided as part of this repo)
-
-```bash
-yarn testrpc
-```
-
-Then in your main terminal run
-
-```
-cd packages/contracts
-yarn migrate
-cd ..
-```
-
-And finally from the root project directory run
-
```bash
-yarn lerna:run test
+yarn lerna:test
```