Polkanalysis is a Substrate-based blockchain explorer written in .NET.
It provide front end application and display aggregated data from the blockchain.
This application is under heavy developpement. It plans to be release Q1 2024 !
The application currently support :
For more information about the project, please check the Roadmap
You can start everything with :
docker-compose up -d
They are 3 docker compose file in the project
docker-compose up -d
This command is going to run :
- Blazor web application
- ASP.NET Core API
- Hosted background service
- A PostgreSQL database
- A Elasticsearch + Kibana application to have a friend application logs view
docker-compose -f docker-compose-worker up -d
This command is going to run :
- Hosted background service
- A PostgreSQL database
docker-compose -f docker-compose-webapp up -d
This command is going to run :
- Blazor web application
- ASP.NET Core API
- A PostgreSQL database