Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 497 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 497 Bytes

Basic Boilerplate for developing any EVM based DApp without need of External Wallets integration. It uses mnemonic phrases to connect account or create new one and saves mnemonic into localStorage(soon will use Telegram cloud storage).

Boilerplate is best fits in Telegram Mini App environment where you can't support wallet connections with Metamask, WalletConnect, etc.

Tech Stack

  • React, Viem, shadcn-ui, TMA(soon...)

Dev environment

  • Run yarn install
  • Run yarn dev