High-Fidelity Transaction Explainer for the Sui Network.
SuiLenz is a next-generation block explorer and transaction analysis tool designed specifically for the detailed object-centric model of Sui. It translates complex on-chain data into human-readable narratives and visual flowcharts using Mermaid.js.
- Human-Readable Narratives: Automatically generates a plain English summary of what happened in a transaction (e.g., "Swapped 10 SUI for 450 USDC on Cetus").
- Visual Flowcharts: Renders transaction logic and object flows as interactive diagrams using Mermaid.js.
- Detailed Rundowns: breakdowns of gas usage, assets involved, initiators, and contract calls.
- Developer CLI Integration: Seamlessly switch between the web interface and the
@suilenz/clitool. - Dark Mode First: A premium, developer-centric UI designed for extended use.
- Node.js 18+
- pnpm (recommended)
-
Clone the repository:
git clone https://github.com/jes-labs/sui-transaction-explainer-frontend.git cd suilenz -
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Open your browser: Navigate to http://localhost:3000 to view the application.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.