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:
derpy-duck 2023-07-12 11:32:31 -04:00 committed by GitHub
parent 6309b321e8
commit 51f992021e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ assets.
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`