Our Multichain NFT Telegram App on the Flow blockchain is a seamless and intuitive platform that bridges the gap between NFT enthusiasts and their favorite messaging platform.
https://t.me/flowminiappBot/lalalal
Install the template using thirdweb create
npx thirdweb create app --next
To run this project, you will need to add the following environment variables to your .env file:
CLIENT_ID
To learn how to create a client ID, refer to the client documentation.
Install dependencies
yarn
Start development server
yarn dev
Create a production build
yarn build
Preview the production build
yarn start