Skip to content

Commit

Permalink
update readme (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Apr 24, 2024
1 parent 58d6a69 commit 0f43279
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ make build

To run the faucet, start the built binary:
```bash
./build/faucet
./build/faucet --mnemonic "<faucet_account_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
Expand Down

0 comments on commit 0f43279

Please sign in to comment.