Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 851 Bytes

README.md

File metadata and controls

35 lines (32 loc) · 851 Bytes

farmersworld-bot

A tool for farmersworld

Setup

  1. Install nodejs latest version download here

  2. Clone this repo and install requirements

git clone https://github.com/txiuqw4/farmersworld-bot.git
cd farmersworld-bot
npm install
  1. Config your farmersworld account
  • copy accounts.json.example file
cp accounts.json.example accounts.json
  • edit accounts.json file
[
    {
        "wallet": "your wax wallet",
        "privateKey": "active key"
    }
]

Note:

Run

npm run work