We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d6a69 commit 0f43279Copy full SHA for 0f43279
README.md
@@ -47,9 +47,12 @@ make build
47
48
To run the faucet, start the built binary:
49
```bash
50
-./build/faucet
+./build/faucet --mnemonic "<faucet_account_mnemonic>"
51
```
52
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
+
56
It should print something like the following. (Note the port number at the end.)
57
58
2024-01-11T12:47:27.826+0100 INFO cmd/logger.go:17 faucet started at [::]:8545
0 commit comments