From 0f4327904b5e6633aeff530c4bee82cfbe7f1ee4 Mon Sep 17 00:00:00 2001 From: Leon Hudak <33522493+leohhhn@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:20:11 +0200 Subject: [PATCH] update readme (#32) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e89fd1..d458d49 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,12 @@ make build To run the faucet, start the built binary: ```bash -./build/faucet +./build/faucet --mnemonic "" ``` +The provided mnemonic will be used to derive accounts which will be used to serve +funds to users. Make sure that the accounts derived from it are well funded. + It should print something like the following. (Note the port number at the end.) ``` 2024-01-11T12:47:27.826+0100 INFO cmd/logger.go:17 faucet started at [::]:8545