This repository provides an API that offers various information about the Astar network.
You can find the API documentation and explore available endpoints using the Swagger UI at api.astar.network.
To start the app locally, follow these steps:
- Install dependencies:
yarn
- Serve the app using Firebase:
yarn serve:firebase
- Now you can send requests to the local server. For instance:
http://localhost:5001/astar-token-api/us-central1/app/api/v1/token/price/ASTR
- No Hot-Reload: This application does not support hot-reloading. After making changes to the code, you will need to restart the local server for the changes to take effect.