luxtagofficial / pitchin-symbol-explorer

The reference blockchain explorer for Symbol.

Home Page:https://symbol.fyi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 12 or above

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

About

The reference blockchain explorer for Symbol.

https://symbol.fyi

License:Apache License 2.0


Languages

Language:Vue 49.9%Language:JavaScript 48.3%Language:SCSS 1.6%Language:HTML 0.2%Language:Dockerfile 0.0%