All Projects → symbol → explorer

symbol / explorer

Licence: Apache-2.0 license
The reference blockchain explorer for Symbol.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
SCSS
7915 projects

Projects that are alternatives of or similar to explorer

sdk-java
Symbol SDK for Java
Stars: ✭ 38 (+123.53%)
Mutual labels:  symbol
kicad-library
This repo contains KICAD libraries necessary for designing hardware projects
Stars: ✭ 30 (+76.47%)
Mutual labels:  symbol
DataTypes
Built-in data types
Stars: ✭ 34 (+100%)
Mutual labels:  symbol
schifra
C++ Reed Solomon Error Correcting Library https://www.schifra.com
Stars: ✭ 28 (+64.71%)
Mutual labels:  symbol
near-explorer
NEAR blockchain explorer
Stars: ✭ 78 (+358.82%)
Mutual labels:  blockchain-explorer
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+2564.71%)
Mutual labels:  blockchain-explorer
xDL
🔥 xDL is an enhanced implementation of the Android DL series functions.
Stars: ✭ 117 (+588.24%)
Mutual labels:  symbol
is-primitive
Is the typeof value a javascript primitive?
Stars: ✭ 35 (+105.88%)
Mutual labels:  symbol
bscscan-python
The most popular asynchronous Python API for BscScan (Binance Smart Chain Explorer), available via PyPI.
Stars: ✭ 260 (+1429.41%)
Mutual labels:  blockchain-explorer
bitcoin-vr
An experiment to build a realtime VR visualization of Bitcoin transactions on the blockchain
Stars: ✭ 66 (+288.24%)
Mutual labels:  blockchain-explorer
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+10564.71%)
Mutual labels:  symbol
theta-infrastructure-ledger-explorer
Explorer for the Theta Ledger
Stars: ✭ 57 (+235.29%)
Mutual labels:  blockchain-explorer
pcad2kicad
Convert Altium Designer and PCAD library to KiCad
Stars: ✭ 94 (+452.94%)
Mutual labels:  symbol
Symbol
Symbol .net library
Stars: ✭ 14 (-17.65%)
Mutual labels:  symbol
onechain
minimal blockchain ever
Stars: ✭ 56 (+229.41%)
Mutual labels:  blockchain-explorer
dsymbol
Basic symbol lookup/resolution for libdparse
Stars: ✭ 13 (-23.53%)
Mutual labels:  symbol
symbol-cli
Command-line tool for Symbol
Stars: ✭ 35 (+105.88%)
Mutual labels:  symbol
NtSymbol
Resolve DOS MZ executable symbols at runtime
Stars: ✭ 78 (+358.82%)
Mutual labels:  symbol
mousexplore-vcoins
VCoin nodes for the MouseXplore block explorer
Stars: ✭ 15 (-11.76%)
Mutual labels:  blockchain-explorer
js-symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol
Stars: ✭ 86 (+405.88%)
Mutual labels:  symbol

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].