From 4a53d7fb0be9cbe100e8ffda33747cecb474d4db Mon Sep 17 00:00:00 2001 From: transatoshi Date: Tue, 10 Jun 2025 21:04:39 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62c90ac..5b12add 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # grin_faucet -Grin faucet written in Rust with a vanilla HTML/CSS/JS frontend. +Grin faucet written in Rust and Python. It is meant to run on your Grin node, you will need to edit the wallet \ 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. - +To run, simply clone the repository, cd in to it, and execute 'cargo run'. Your faucet will listen on port 3031.