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.
-
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: https://agusx1211.github.io/delphi-view/
Refer to the initial query for detailed examples of what DelphiView can display.
This project uses pnpm for dependency management.
- Clone the repository
git clone https://github.com/your-github-username/delphiview.git
- Navigate to the cloned repository
cd delphiview
- Install the dependencies
pnpm install
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.
We welcome contributions!
This project is licensed under the MIT License - see the LICENSE file for details.