An API to satisfy your most hydrated needs.
Docs: https://hydradx-api-app-2u5klwxkrq-ey.a.run.app/docs
npm run app-dev
npm run app-test
npm run app
docker build -t hydradx-api .
docker run -p 3000:3000 -d hydradx-api
Built using:
- Fastify for API framework;
- PolkadotJS/api for communication with RPC;
- Subsquid for chain indexer / processor;
- Redis for caching layer;