SkillAgentSearch skills...

Explorer

The reference blockchain explorer for Symbol.

Install / Use

/learn @symbol/Explorer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Symbol Explorer

Build Status License

Symbol Explorer is a read-only web application to browse the content of the blockchain. The explorer supports searching for transactions, accounts, namespaces, mosaics, and blocks information on a given network.

Requirements

  • Node.js v20

Installation

  1. Clone the project.
git clone https://github.com/symbol/symbol-explorer.git
  1. Install the required dependencies.
cd symbol-explorer
npm install
  1. Run the explorer application.
npm run dev
  1. Visit http://localhost:8080/#/ in your browser.

Developer notes

Architecture

  • /src/config: Handles the explorer configuration.
  • /src/infrastructure: Handles the API / SDK request from Symbol nodes.
  • /src/store: Handles the application logic with state management.
  • /src/views: Handles the UI of the explorer.

Getting help

Use the following available resources to get help:

Contributing

Contributions are welcome and appreciated. Check CONTRIBUTING for information on how to contribute.

License

Copyright 2019-present NEM

Licensed under the Apache License 2.0

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated5mo ago
Forks27

Languages

JavaScript

Security Score

92/100

Audited on Sep 23, 2025

No findings