ethereum readme update (#3180)
* Makefile and readme update * readme update * README update * remove code duplication * Makefile and readme update * readme update * README update * remove code duplication * Still use make test * restore makefile * remove run-ganache
This commit is contained in:
parent
6309b321e8
commit
51f992021e
|
@ -31,9 +31,9 @@ assets.
|
||||||
|
|
||||||
For each test run:
|
For each test run:
|
||||||
|
|
||||||
Run `npx ganache-cli --wallet.deterministic --chain.time "1970-01-01T00:00:00+00:00"` to start a chain.
|
Run `npx ganache-cli --chain.vmErrorsOnRPCResponse --chain.chainId 1 --wallet.defaultBalance 10000 --wallet.deterministic --chain.time="1970-01-01T00:00:00+00:00" --chain.asyncRequestProcessing=false` to start a chain.
|
||||||
|
|
||||||
Run the all ethereum tests using `make test`
|
Run the all ethereum tests using `DEV=True make test`
|
||||||
|
|
||||||
Run a specific test file using `npx truffle test test/wormhole.js`
|
Run a specific test file using `npx truffle test test/wormhole.js`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue