Skip to content

jorgermduarte/nft-automatic-mint-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft-automatic-ai

  • A nft automatic AI bot

Allowed wallets

  • rise

Allowed target mint websites

  • bluemove
  • aptos

Rise wallet configuration file examples (rise_wallet_cfg.json)

{
    "network_name": "mainnet",
    "network_url": "https://fullnode.mainnet.aptoslabs.com",
    "password": "example:wallet:password",

    "password_list": [],
    "target_website": "https://bluemove.net",
    "target_website_mint": "https://bluemove.net/launchpad-detail/aptos-wizards-wl",
    "mint_target": "bluemove"
}

{
    "network_name": "mainnet",
    "network_url": "https://fullnode.mainnet.aptoslabs.com",
    "password": "example:wallet:password",

    "password_list": [],
    "target_website": "https://www.topaz.so",
    "target_website_mint": "https://www.topaz.so/mint/aptos-monkeys",
    "mint_target": "aptos"
}

Releases

No releases published

Packages

No packages published

Languages