Telegram NFT Management Bot
Telegram Bot that can manage your NFTs and is also a NFT marketplace đ
Videos
Description
My first web3 project: Flow Asia Hackathon NFT Bot
Smart Contract: 0x1296b013B27189487DdA87D3b25C3f75eC21b0aD
---
- It is a small telegram bot which acts as a NFT wallet (could not get time to implement normal fungible token functionality, maybe in the future) and it lets you view mint, sell, buy NFTs.
- It also works as a NFT Marketplace where you can put your NFTs for sale and also buy other NFTs
- You can create wallets, import and export them as well!
- The smart contract is deployed on the Flow EVM Testnet. Used the Flow CLI to get accounts and fund the address with test tokens.
- Due to time constraint, the art is currently generated on the fly using the
tokenId
but the smart contract has the capability to update the NFT URI if required, so in future users can mint their own NFTs with their own artworks. - The project uses Github as the NFT storage for a very open and transparent approach.
Progress During Hackathon
developed in 3 days