Skip to content

A tool that takes a Stellar transaction hash and explains it in plain English — who sent what, to whom, with fees and operations broken down.

License

Notifications You must be signed in to change notification settings

zakkiyyat/Stellar-Explain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Explain 🌍✨

Stellar Explain is an open-source tool that makes Stellar blockchain transactions human-readable.
It decodes raw transaction data into plain English, helping both developers and everyday users understand who sent what, when, and why.

Structure

  • packages/core → Rust backend (transaction parser & REST API)
  • packages/ui → Next.js frontend for displaying decoded transactions
  • docs → Project documentation & guides

Getting Started

  1. Clone the repo:
    git clone https://github.com/StellarCommons/stellar-explain.git
    cd stellar-explain

About

A tool that takes a Stellar transaction hash and explains it in plain English — who sent what, to whom, with fees and operations broken down.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 84.2%
  • TypeScript 12.9%
  • JavaScript 1.6%
  • CSS 1.3%