Source link

On this video, I’ll demonstrate an integration example between a Flutterflow application and the TON blockchain with NFT sending workflow.

GitHub link with custom code and examples: github.com/ikustow/sender

date : 2024-05-01 20:24:24

views : 22

likes : 3

rating :

FLUTTERFLOW and TON. NFT exchange. Tech showcase

In this video, the presenter showcases a demo project that enables the sending of NFTs (non-fungible tokens) on a blockchain using TON (The Open Network) and FlutterFlow (a web application framework).

The presenter starts by creating a collection of NFTs on GetGame’s platform and transferring two items to a test wallet address. They then use a QR code to authorize access to the wallet using the T Connect service. This authorization is saved in the app, which then uses the wallet address to request NFTs from the previously created collection.

Once the NFTs are received, the app creates a "bag of sale" message and sends it to the blockchain using Python code written in the T Factory library. The process is illustrated in a sequence diagram, which shows how the app interacts with the blockchain to send and process NFTs.

In the video, the presenter also provides an example code snippet in Python, available on GitHub. The app’s custom backend is used to send and receive messages on the blockchain, using TON’s smart contracts.

This tech showcase offers a glimpse into the workings of NFTs, blockchain, and web 3.0 technologies like TON and FlutterFlow. It highlights the use of QR codes for authentication and the importance of careful handling of wallet addresses.

LEAVE A REPLY

Please enter your comment!
Please enter your name here