We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e5674 commit fbe8c18Copy full SHA for fbe8c18
README.md
@@ -50,6 +50,16 @@ To run the faucet, start the built binary:
50
./build/faucet
51
```
52
53
+It should print something like the following. (Note the port number at the end.)
54
+```
55
+2024-01-11T12:47:27.826+0100 INFO cmd/logger.go:17 faucet started at [::]:8545
56
57
+
58
+4. To send coins to a single account, in a new terminal enter the following (change to the correct recipient address):
59
+```bash
60
+curl --location --request POST 'http://localhost:8545' --header 'Content-Type: application/json' --data '{"To": "g1juz2yxmdsa6audkp6ep9vfv80c8p5u76e03vvh"}'
61
62
63
### As a library
64
65
To add `faucet` to your Go project, simply run:
0 commit comments