add README.md
This commit is contained in:
parent
6f534bdae3
commit
97d408b662
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue