Skip to content

payxn-io/bnb-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BNB Telegram Contract + App

Enables users to seamlessly connect to the BNB Chain using their Telegram credentials, enabling secure and user-friendly access to decentralized applications and transactions without relying on external wallets.

Telegram Bot Link:

Demo video:

Getting started:

  • Download Telegram if you don't have it yet
  • Signin with your email
  • Get OTP from your email account

Deployed Contracts:

Screenshot 2024-12-14 at 12 14 57 AM

Frontend Github:

To do list

  • Create a fresh new dapp using create contract as a base
  • Update package and use viem to deploy scripts
  • Create contracts directory and build UsernameAccountFactory.sol
  • Add .env, hardhatconfig.ts, tsconfig.json
  • Create scripts directory
  • Deploy UsernameAccountFactory contract
  • Add Entrypoint for Account abstraction: 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789
  • Create telegram bot
  • Create initial frontend

Building the project

After any changes to the contract, run:

npm run build
# or
yarn build

Deploying Contracts

When you're ready to deploy your contracts, just run one of the following command to deploy you're contracts:

npm run deploy
# or
yarn deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published