From 1d0510dc57ad71541ab3c51e06d8ca64c2b8e987 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Wed, 24 Apr 2024 15:16:29 +0200 Subject: [PATCH] update readme --- 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