Skip to content

Polkadot ecosystem explorer that can be used to explore any Substrate-based blockchain. It is written in .NET and is available as a web and mobile application.

License

Notifications You must be signed in to change notification settings

Apolixit/Polkanalysis

Repository files navigation

Polkanalysis

License:MIT DOTNET SubstrateGaming

Polkanalysis is a Substrate-based blockchain explorer written in .NET.
It provide front end application and display aggregated data from the blockchain.

Developpement state

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

Run project

You can start everything with :

docker-compose up -d

Details

They are 3 docker compose file in the project

Run the entire application with every 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

Run only the background worker :

docker-compose -f docker-compose-worker up -d

This command is going to run :

  • Hosted background service
  • A PostgreSQL database

Run only front app :

docker-compose -f docker-compose-webapp up -d

This command is going to run :

  • Blazor web application
  • ASP.NET Core API
  • A PostgreSQL database

About

Polkadot ecosystem explorer that can be used to explore any Substrate-based blockchain. It is written in .NET and is available as a web and mobile application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published