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:
- A telegram bot that allows customers to interacts directly on the Solana blockchain as seen in this repo
- A merchant facing application, allowing them to create new coupon collections which can be found at https://github.com/crustyapples/treehoppers-merchant!
For a better understanding of the project, do check out our pitch deck here and the demo of our application on Youtube!
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.
- 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.
- 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.
Here are some of the benefits of our solution:
- Telegram has a simple and familiar user interface as compared to other digital coupon applications.
- Telegram has an active base of 55.2 million users, allowing for retailers to reach out to more customers.
- It also provides a cheaper alternative since retailers would not need to pay platform fees
Why Blockchain?
- Coupons would be easy to verify and fraud proof, NFTs can't be faked.
- There is also better data analytics on customer behavior i.e - who used the coupon, how many do they own among other metrics.
-
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.
-
Customers will see the coupon promotions on various telegram channels.
-
Customers will mint the coupons via our telegram bot, and the retailers can view them in their dashboard:
-
When the customers redeems the coupon he is verified by the retailer (Food Panda)
-
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.
- 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.
- Seamless Minting of NFT
- Custodial wallet Holding your Nft for max convenience
- Instant mint and confirmation
- git clone
- Install dependencies
pip install python-telegram-bot --pre
pip install python-dotenv
pip install requests - solana config set --url devnet
- anchor test
- Telebot API Key
- Pinata JWT Key
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
- Contract deployed to BgAh9RE8D5119VA1q28MxPMx77mdbYxWc7DPB5ULAB5x (Devnet)
Do feel free to connect with us!
- Liam [LinkedIn] , [Github]
- Rilwan [LinkedIn] , [Github]
- Advait [LinkedIn] , [Github]
- Avran [LinkedIn] , [Github]