-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ETCM-622] Update the README with a section on how to config and test the Faucet #917
Conversation
4fdbeb9
to
67875fd
Compare
README.md
Outdated
sbt -Dconfig.file=src/universal/conf/faucet.conf "run faucet" | ||
``` | ||
|
||
6. Run the following curl command to send money from your faucet to a wallet address: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: money => tokens ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess I need to improve my blockchain vocabulary :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fixed
67875fd
to
1449948
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 👍 I left some comments (mostly minor).
1449948
to
5ec51a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Update the README with a section on how to config and test the Faucet
Proposed Solution
Added a section on how to setup and test the Faucet locally.
Rewrote some parts that I think that were not very clear