Skip to content

Commit 0f43279

Browse files
authored
update readme (#32)
1 parent 58d6a69 commit 0f43279

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,12 @@ make build
4747

4848
To run the faucet, start the built binary:
4949
```bash
50-
./build/faucet
50+
./build/faucet --mnemonic "<faucet_account_mnemonic>"
5151
```
5252

53+
The provided mnemonic will be used to derive accounts which will be used to serve
54+
funds to users. Make sure that the accounts derived from it are well funded.
55+
5356
It should print something like the following. (Note the port number at the end.)
5457
```
5558
2024-01-11T12:47:27.826+0100 INFO cmd/logger.go:17 faucet started at [::]:8545

0 commit comments

Comments
 (0)