A tool for farmersworld
-
Install nodejs latest version download here
-
Clone this repo and install requirements
git clone https://github.com/txiuqw4/farmersworld-bot.git
cd farmersworld-bot
npm install
- 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"
}
]
- It doesn't work with accounts that managed by WAX Cloud Wallet. So, You should be use anchor wallet to create your account.
- run command then open http://localhost:3000 and enjoy it
npm run work