Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 938 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 938 Bytes

starkstats

Collects StarkNet stats and presents them in graphs, there is also an option to check your addresses.

Deployed service

There is a working version at https://starkstats.xyz.

Check your addresses: https://starkstats.xyz/batchcheck

Structure

client

The client is made in React + TypeScript, typing is not done everywhere. The react-router-dom is used for routing.

server

Server is made on Express + TypeScript, server stores data in MongoDB, also stores data in cache for quick access and gives it via api.

parser

Aggregates data from localhost GraphQL (https://github.com/dipdup-io/starknet-indexer) into mongodb.

shared

Package with reused functions, classes.

docker-compose

Deployment is done via docker-compose, containers for server and database are used. It is also possible to proxy the server to the network via nginx and use SSL certificates.

Author

Telegram: @JanSergeev