It's a discord nft sales tracker.
It is an open source project (Nodejs) that allows you to display an embed in your discord server each time there is a purchase on the collection of your choice.
Everything is automatic, you just have to create a discord bot & get an Infura API key.
It collects sales from opensea, magic eden, gem...
Working on ERC721 collection.
Exemple :
Tutorial :
https://www.youtube.com/watch?v=TvMOD3AKkXo&ab_channel=Nitr0z
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs
$ sudo apt install npm
After installing node, this project will need yarn too, so just run the following command.
$ npm install -g yarn
$ git clone https://github.com/Nitr0z/nft-tracker-bot
$ cd nft-tracker-bot
$ yarn install
Edit your information in token.js and index.js:
$ token.js (https://discord.com/developers/applications)
$ API Infura (https://infura.io/create-project) choose "Web3 API"
$ CollectionAddress
$ DiscordChannel
$ sudo npm install pm2 -g
$ pm2 start index.js
$ node index.js
$ Made with ❤️ by @Nitr0z