stellar_analysis

Interactive analyses of the Stellar public network using fbas_analyzer compiled to WebAssembly.

Prior to working on stellar_analysis, I collaborated on the development of an analysis library for networks such as Stellar – the fbas_analyzer, which is a command line framework written in Rust that performs numerous analyses and returns metrics about the given network.

We compiled select fragments of the aforementioned framework to WebAssembly in this project and provide an interactive analysis software. This allows users to perform the analyses in their browser without knowledge of the command line or the Rust programming language. We also maintain an interactive website for Stellar and MobileCoin.

Stellarbeat – a prominent website showing the status of the Stellar network - integrated this project into the website enabling users to perform analyses on stellarbeat.io directly.

New Technologies

  • WebAssembly
  • JavaScript