Web3Go, an open data platform that focuses on the formatting, visualization, and collaborative analytics of on-chain data generated in the Polkadot ecosystem.
https://web3go.medium.com/introducing-web3go-fcf5f1880a72
you are prefer to have good experiences with TypeScript and nest.
TypeScript: https://www.typescriptlang.org/
NestJS: http://nestjs.com/
indexer to fetch chain blocks with block data, events. All indexer are built with SubQuery( https://explorer.subquery.network/ ).
- https://github.com/web3go-xyz/moonriver-indexer
- https://github.com/web3go-xyz/RMRK-Indexer
- https://github.com/web3go-xyz/Crowdloan-Indexer
- https://github.com/web3go-xyz/Acala-Indexer
- https://github.com/web3go-xyz/polkadot-indexer
processor to transfer data to structured data model.
- https://github.com/web3go-xyz/erc20-address-offchain-data-processor
- https://github.com/web3go-xyz/crowdloan-offchain-data-processor
- https://github.com/web3go-xyz/karura-cdp-offchain-data-processor
- https://github.com/web3go-xyz/moonriver-offchain-data-processor
provide api for data access and analysis functionality.
- https://github.com/web3go-xyz/moonriver-analysis-service
- https://github.com/web3go-xyz/rmrk-analysis-service
- https://github.com/web3go-xyz/parachains-analysis-service
- https://github.com/web3go-xyz/polkadot-balance-analysis-service
sublink service as an union service to combine all analysis data.
management for indexer fetch task, produce and dispatch the tasks.
service to process labels and calculation for ERC20 tokens.
portal service to privide union interface for data display.
web ui for desktop and mobile h5.
infrastructure to support all projects, provide support for cache, data model, message queue/dispatch, log , etc.
linkCommon.bat //On Windows
sh linkCommon.sh //On Linux
sh linkCommon_Mac.sh //On Mac