attente / delphi-view

Sequence.js account inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DelphiView

DelphiView Logo

DelphiView is a powerful developer tool built for Sequence wallets. It provides a comprehensive view of any Sequence account, allowing you to quickly and easily access important information such as migrations, presigned configurations, and deployment status.

Key Features

  • View account information: Simply input the address to get a detailed breakdown of the account, including initial and last image hashes, version details, deployment status across various networks, and more.

  • Fetch and view configurations: Easily fetch the configuration of any imageHash and view all its values in a clean, tree-like structure.

  • Decode Sequence signatures: DelphiView can decode and display Sequence signatures, providing additional insights into your transactions.

Latest Release

Latest release on IPFS: ipfs://QmaWPcNcUVYUTPC5EvpDM9JWbmku5BqS7qVLBnwnwMRh6n

Example Views

DelphiView Screenshot

Refer to the initial query for detailed examples of what DelphiView can display.

Installation

This project uses pnpm for dependency management.

  1. Clone the repository
git clone https://github.com/your-github-username/delphiview.git
  1. Navigate to the cloned repository
cd delphiview
  1. Install the dependencies
pnpm install

Usage

After installation, you can run the application locally with:

pnpm start

Then open your web browser to http://localhost:3000 (or the port specified) to view the application.

Contributing

We welcome contributions!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Sequence.js account inspector


Languages

Language:TypeScript 92.9%Language:JavaScript 3.9%Language:CSS 2.0%Language:HTML 1.2%