68a / farmersworld-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%