Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.17 KB

RealToken Dashboard V2

TODO

  • Use Community API to get RealTokens data (and remove public/mock/realt.min.json)
  • Display assets in a table
  • Allow to sort assets
  • Create Readme
  • Integrate CD/CI

Getting Started

Requirements

To run the project you will need to set-up a .env file in the root folder:

COMMUNITY_API_KEY=XXXXXXXXXXXX
THEGRAPH_API_KEY=XXXXXXXXXXXX

To get a COMMUNITY_API_KEY, join the dedicated telegram dev channel then ask for.

To get a THEGRAPH_API_KEY, you need to create an account on thegraph.com Thegraph docs

Node.js version

📣 Node.js needed version is v18.12.1

Installation

  1. Clone the repo
    git clone https://github.com/RealT-Community/dashboard-v2.git
  2. Install NPM packages
    npm i
  3. Create the env file (instructions here)
  4. Start the application in dev mode
    npm run dev

Contact

Project Link: https://github.com/RealT-Community/dashboard-v2