This repository contains the proof-of-concept for the INCA Game, a mini app on Telegram with a Solana wallet support.
This project is a clone of the popular Telegram mini app, Hamster Kombat, that has been adapted for the INCA Project.
To get started with either the initial setup or the final version, follow these instructions:
-
Clone the Repository:
git clone https://git.ourworld.tf/tfgrid/projectinca_game cd projectinca_game
-
Install Dependencies:
npm install
-
Run the Development Server:
npm run dev
-
Open Your Browser:
Navigate to localhost to see the final version of the application.
This repository is based on the amazing work of nikandr-surkov.