LISTING BOT -NFT current : eden and alpha only
- Clone the repo
git clone https://github.com/axveez/solana-nft-listing-bot.git
- Install NPM packages
npm install
- Config your Collection Config in
app.js
const alpha_collection = "Axveez"; const eden_collection = "Axveez";
- Config your DISCORD Config in
app.js
const ch_alpha = ''; //ChannelID Discord for Alpha Alert const ch_eden = ''; //ChannelID Discord for Eden Alert const discord_token = '' //Discord BOT Token
- run your Bot
app.js
node app.js
NOTE : Run in screen or 24/7 running terminal;