Final version

This commit is contained in:
transatoshi
2025-09-20 01:34:06 -07:00
parent 39fbf54806
commit 7ac09f780e
3 changed files with 86 additions and 56 deletions

View File

@@ -1,11 +1,11 @@
# grin-faucet
# grin_faucet
Grin faucet backend written in Rust.
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\>, \<DIRs\> and \<URLs\> in main.rs.
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 cloning and changing parameters, cd in to it, and execute 'cargo run'. Your faucet will listen on port 3031. Check out the releases page for an executable. To create your own executable run 'cargo build --release'.
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.