Posts

Showing posts with the label nft

For education only: NFT bots for your Wallet

Image
 So I had this friend who was pretty upset because every time he wanted to do an offer on Opensea a bot took it , and as you could imagine it was "blazing fast". Which made me think, as someone who do computers for a living, how to make an NFT bot which makes offers and buys NFTs in real time? Well I dont know much about NFTs, but I love programming crasy experiments, so I decided to use NodeJs and ask the AIs how to do it, to be fair vibe coding but a story to tell. So I started by looking into ChatGPT , which sugested some alternatives but not a direct script, you know it seems like it learned to just give hints on crypto stuff.  Then I asked DeepSeek which was way more efficient on code and an actual division of buying and offering. Well what did I found ? First is the Ethers library    which is a library to manage etherium and ilk , which means the way you create a wallet instance  this.provider = new ethers.provide...