mirror of
https://github.com/transatoshi-mw/grin-faucet.git
synced 2025-10-06 23:52:48 +00:00
Initial commit
This commit is contained in:
13
README.md
13
README.md
@@ -1,2 +1,11 @@
|
||||
# grin-faucet
|
||||
Backend for a Grin faucet built in Rust
|
||||
# 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\> and URLs in main.rs.
|
||||
|
||||
There is no front end or webserver included so you will need to serve an HTML/CSS/JS page with something like Nginx.
|
||||
|
||||
To run after changing parameters, 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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user