Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 411 Bytes

Getting Started

First, create a mini app, you can follow the guide at Telegram Mini Apps Guide

Copy .env.example. to .env and set the values

DAPP_PRIVATE_KEY is a random secret key generated using nacl.box.keyPair() command

yarn dev

You can use ngrok for local testing, and set the URL of ngrok as your mini-app url