-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Anthony Law edited this page Jun 9, 2020
·
3 revisions
Welcome to the symbol-explorer wiki!
- Node.js 8, 9 or 10
- Clone the project.
git clone https://github.com/nemfoundation/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.
The file /src/config/setup.json
contains the node list shown in the node selector dropdown.
- Edit
peersApi.nodes
array to set up the custom node list. - Set
peersApi.defaultNode
property to the default node url.