Skip to content

srisaard/farmersworld-bot

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%