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.
- Node.js 12 or above
- Clone the project.
git clone https://github.com/symbol/symbol-explorer.git
- Install the required dependencies.
cd symbol-explorer
npm install
- Run the explorer application.
npm run dev
- Visit http://localhost:8080/#/ in your browser.
/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.
Use the following available resources to get help:
- Symbol Documentation
- Join the community Discord
- If you found a bug, open a new issue
Contributions are welcome and appreciated. Check CONTRIBUTING for information on how to contribute.
Copyright 2019-present NEM
Licensed under the Apache License 2.0