Skip to content

ok1a/DFKMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DFKMate - DeFi Kingdoms Quest Helper ๐ŸŽ‰

Risk

The bot needs your private key to complete quests on your behalf. The main risk for users is that the bot has access to your wallet, so you should check the code before using it! There's comments to explain what it does step by step. (in index.js)

DFKMate starts and completes quests of all your heroes once their stamina is full.

You need at least 2 ONE tokens in your wallet and at least 1 hero.

Stamina recharges at a rate of 1 unit every 20 minutes. A full recharge takes 500 minutes, or ~8 hours.

Deploy bot to a remote server to have it running 24/7. I recommend using Heroku since it's free and easy to setup.

Installation

Prerequisites: Node.js, Git

  • Clone repo

    git clone https://github.com/Fadiii/DFKMate.git
    
  • Install dependencies (after navigating into the new repo)

    npm install
    
  • Add your wallet private key to the .env file

    Check this link if you're not sure how to get your private key in MetaMask.

  • Start the bot

    node index.js
    

About

DeFi Kingdoms Quest Helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published