Skip to content

Commit

Permalink
add Ganache seed and alt blockchain instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Potter committed Feb 6, 2020
1 parent 1dc5ef3 commit 4cd0e1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ If you have a project that you feel could be listed here, please [ask for it](ht

## Tests

By default, the tests are configured to use a local Ganache instance. Ganache needs to be running before executing any of these test commands.
By default, the tests are configured to use a local Ganache instance. Ganache needs to be running before executing any of these test commands. You will need to set the mnemonic to ``foil message analyst universe oval sport super eye spot easily veteran oblige``.

If you want to run these tests using your own blockchain node or a third party service, edit the url in conf.json and ensure the three addresses in ``test/system-scenarios.rst`` have funds.

$ npm test

Expand Down

0 comments on commit 4cd0e1b

Please sign in to comment.