From e28e2d1d98e7986c6ea91fa361c509bc280e2135 Mon Sep 17 00:00:00 2001 From: transatoshi_mw Date: Wed, 28 May 2025 08:04:38 -0700 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c19fc31 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Grin-finalize module for Grin faucet backend. + +Runs on port 3032 by default, you will need to go through and specify the location of your files, certs, and URLs so it can communicate with a frontend page. +Once you have cloned the repository and entered your info, simply run 'cargo build --release' to create an executable.