Skip to content
Anthony Law edited this page Jun 9, 2020 · 3 revisions

Welcome to the symbol-explorer wiki!

Requirements

  • Node.js 8, 9 or 10

Installation

  1. Clone the project.
git clone https://github.com/nemfoundation/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.

How to change the node list

The file /src/config/setup.json contains the node list shown in the node selector dropdown.

  1. Edit peersApi.nodes array to set up the custom node list.
  2. Set peersApi.defaultNode property to the default node url.