Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgermduarte/nft-automatic-mint-bot
https://github.com/jorgermduarte/nft-automatic-mint-bot
aptos automatic bluemove bot mint nft rise
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorgermduarte/nft-automatic-mint-bot
- Owner: jorgermduarte
- License: mit
- Created: 2022-10-20T21:35:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T15:23:51.000Z (about 2 years ago)
- Last Synced: 2024-05-28T21:19:57.718Z (6 months ago)
- Topics: aptos, automatic, bluemove, bot, mint, nft, rise
- Language: Python
- Homepage:
- Size: 2.76 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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"
}
```