Skip to content

Telegram Bot for minting NFTs on the Solana Blockchain.

Notifications You must be signed in to change notification settings

rilwan99/Treehoppers

Repository files navigation

Treehoppers

Our project aims to help Merchants with customer acquisition through the creation of a telegram bot that enables customers to claim coupons directly on the blockchain (Solana). Our project Consists of two parts:

For a better understanding of the project, do check out our pitch deck here and the demo of our application on Youtube!

Table of Contents

Problem and Solution

So first of all, what problem are we trying to address? Well how do retailers, particularly small and medium business, try to increase retention and acquisition.

They use coupons! However there are several issues with coupons as it stands.

  1. Physical coupons are a hassle for customers and are often left unclaimed, wasting resources. Depending on the size of the physical coupon it could be anywhere between $0.30 and $2.50.
  2. Digital coupons although they provide more flexibility, leave retailers at the mercy of platform providers. For platform providers like Mezzofy they typically charge a Flat Rate of US$0.40 Per Coupon.

As such, our solution is a telegram bot that enables customers to claim coupons on the blockchain directly.

Benefits

Here are some of the benefits of our solution:

  1. Telegram has a simple and familiar user interface as compared to other digital coupon applications.
  2. Telegram has an active base of 55.2 million users, allowing for retailers to reach out to more customers.
  3. It also provides a cheaper alternative since retailers would not need to pay platform fees

Why Blockchain?

  1. Coupons would be easy to verify and fraud proof, NFTs can't be faked.
  2. There is also better data analytics on customer behavior i.e - who used the coupon, how many do they own among other metrics.

Process Flow

  1. Retailers like Food Panda will send us a small fee to create the smart contract for the coupons and update the merchant application (made using Next.js) with the relevant fields for the metadata.

  2. Customers will see the coupon promotions on various telegram channels.

  3. Customers will mint the coupons via our telegram bot, and the retailers can view them in their dashboard: image

  4. When the customers redeems the coupon he is verified by the retailer (Food Panda) image

  5. The retailer will update the coupon metadata once it is used via the merchant application, turning the expiry field to true. In this way, the coupon can no longer be used.

Technical Stack

  • The front end for the customer facing side consists of our telegram bot built using python.
  • The front end for the merchant facing side was made using Next.js
  • Our middleware is an express JS file which contains our different endpoints which connects our front end with the backend.
  • Finally our backend infrastructure consists of our smart contracts deployed on Solana as well as our Firebase Application for linking the telegram ids of users to their respective wallets.

Overview and Installation

  1. Seamless Minting of NFT
  2. Custodial wallet Holding your Nft for max convenience
  3. Instant mint and confirmation

Set Up

  1. git clone
  2. Install dependencies
    pip install python-telegram-bot --pre
    pip install python-dotenv
    pip install requests
  3. solana config set --url devnet
  4. anchor test

Environment Variables

  1. Telebot API Key
  2. Pinata JWT Key

Tech Stack

Our bot uses the python-telegram-bot library for the telegram bot, ExpressJS as middleware to process user inputs, and Solana Web3js to interact with our Rust-based Contract

Deployment

Builders

Do feel free to connect with us!

About

Telegram Bot for minting NFTs on the Solana Blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •