Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

tokamak-network/tosv2-interface

Repository files navigation

TOSv2-interface

Important Note

  • Node.js Version Requirement: This project only works with Node.js v18.x or higher. Using lower versions of Node.js may result in compatibility issues.
  • Environment Variables: Originally, this project was designed to depend on an external API. However, to support local operation, all data dependencies on the API have been relocated locally. You can find all those datas here.

Installation

Before installing this project, you'll need Node.js. The following version is required:

  • Node.js (18.x or higher) If you don't have Node.js installed, you can download and install it from the official Node.js website.

Getting Started

  1. Clone and navigate to the project directory
  2. To get started with the project, run the following commands:
npm install
npm dev

If npm install fails, try running it again with the --force flag.