From 97d408b66265e5242d491cc915100414d94b0ed6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 19 Jul 2024 21:12:21 -0400 Subject: [PATCH] add README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..472f362 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# frens-lp-and-burn-bot + +Pairs your reward tokens with FRENS once per day. Burning is optional. + +## Getting Started + +- Rename `sample.env` to `.env` +- Change your `SECRET` to a random string. Don't lose this. +- Generate your bot wallet +```commandline +python generate-wallets.py --create 1 +``` +- Save the bot wallet address to `.env` as `WALLET_ADDRESS` +- Save your main wallet or a burn address as `BURN_ADDRESS` +- Send PLS for gas and FRENS to your bot wallet +- Start the bot +```commandline +python main.py +``` + +## Notes + +- By setting your own wallet to the burn address the bot will send all LP tokens back to you +- You are responsible for gas. The bot will not sell any reward tokens \ No newline at end of file