Skip to content

telosprotocol/TOP-Game-Framework

Repository files navigation

TOP-Game-Framework

This is a display framework for H5 games, allowing third-party games to be integrated into a Game Hub via plugins. (The code has been reviewed by the partner and released after desensitization.)

Tech Stack

Environment Setup

  • Install Node: 16.20.1(npm: 8.19.4)
  • typescript: 4.7.4

Running Locally

npm install
npm run dev

Open your browser and visit http://127.0.0.1:9002

Development Build

build offline zip for app

npm i
npm run build:wallet-test

Production Build

build offline zip for app

npm i
npm run build:wallet

build for online

npm i
npm run build:landing

Contact Us