- 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
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 needed version is v18.12.1
- Clone the repo
git clone https://github.com/RealT-Community/dashboard-v2.git
- Install NPM packages
npm i
- Create the env file (instructions here)
- Start the application in dev mode
npm run dev
Project Link: https://github.com/RealT-Community/dashboard-v2