Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit d87b4a9

Browse files
committed
docs: mention that network needs to be live to test the contracts
1 parent 4ad92c4 commit d87b4a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Supported by smart contracts in Solidity and Firebase.
77

88
Requirements: npm 6+ (more or less), an Ethereum client and a Firebase project (optional).
99

10-
### Truffle/compiling the contracts
10+
### Compiling the contracts
1111

1212
To compile contracts, [Truffle](https://www.trufflesuite.com/docs/truffle/overview) is required.
1313
Install it globally using npm:
@@ -81,7 +81,7 @@ To keep the tests running and watching for changes, run:
8181
npm run test:watch
8282
```
8383

84-
To test the contracts run:
84+
To test the contracts, you also need a blockchain network available at the address 127.0.0.1:8080. When it's running, execute:
8585
```shell script
8686
cd blockchain
8787
truffle test

0 commit comments

Comments
 (0)