Skip to content

A short program that constantly monitors atomichub.io (an NFT Marketplace) in real-time via the WAX blockchain for one particular asset (defined by the template_id).

Notifications You must be signed in to change notification settings

eazarkman/nft-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft-bot is deisgned to run on a local WAX blockchain node server. It would be most ideal to have this WAX node nearest to the blockproducers and AtomicAssets endpoints were sale transactions are mostly announed.

Instructions

  1. Unpackage.
  2. Configure bot.cc with target parameters and config/default.json with your WAX wallet private keys.
  3. Run in command line (bash):
  npm install
  g++ bot.cc -o nft-bot
  chmod +x nft-bot
  ./nft-bot

HitCount

About

A short program that constantly monitors atomichub.io (an NFT Marketplace) in real-time via the WAX blockchain for one particular asset (defined by the template_id).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published