Skip to content

0xsequence-demos/telegram-metamask-react-boilerplate

Repository files navigation

Telegram Metamask React Starter Boilerplate

A demo that demonstrates how to build a telegram bot and webapp, which uses Metamask with React.

Though this is meant to be a telegram bot, you can access the webapp directly at https://telegram-metamask-react-boilerplate.sequence-demos.xyz/

Quickstart

Copy .env.example to .env and fill with your project information. To test things out, you can use the pre-provided keys in the .env.example file:

cp .env.example .env

Then install and run:

pnpm install && pnpm dev

The app will start on localhost:4444

To provide your own keys from Infura, simply edit the .env file accordingly.

About

A demo telegram bot and webapp, which uses Metamask with React.

Resources

Stars

Watchers

Forks