12 lines
448 B
Markdown
12 lines
448 B
Markdown
# grin_faucet
|
|
|
|
Grin faucet written in Rust with a vanilla HTML/CSS/JS frontend.
|
|
|
|
It is meant to run on your Grin node, you will need to edit the wallet \<PASSWORD\> in the back end.
|
|
|
|
There is no web server included so you will need to serve the html and css with something like Nginx.
|
|
|
|
To run, simply clone the repository, cd in to it, and execute 'cargo run'. Your faucet will listen on port 3031. Check out the releases page for an executable.
|
|
|
|
|