All Projects → near → near-explorer

near / near-explorer

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
NEAR blockchain explorer

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to near-explorer

theta-infrastructure-ledger-explorer
Explorer for the Theta Ledger
Stars: ✭ 57 (-26.92%)
Mutual labels:  blockchain-explorer
navigator-sia
An advanced blockchain explorer for the Sia network
Stars: ✭ 14 (-82.05%)
Mutual labels:  blockchain-explorer
LibraBrowser
LibraBrowser
Stars: ✭ 37 (-52.56%)
Mutual labels:  blockchain-explorer
indyscan
Hyperldger Indy Transaction Explorer
Stars: ✭ 52 (-33.33%)
Mutual labels:  blockchain-explorer
PyBC
Bitcoin blockchain parser for Python 2 and 3. Includes handy examples.
Stars: ✭ 26 (-66.67%)
Mutual labels:  blockchain-explorer
columbus-united
📦➿📦➿📦 Intuitive and insightful blockchain explorer 🔎
Stars: ✭ 18 (-76.92%)
Mutual labels:  blockchain-explorer
blockchain-explorer
An explorer for Exonum blockchains
Stars: ✭ 13 (-83.33%)
Mutual labels:  blockchain-explorer
explorer
The reference blockchain explorer for Symbol.
Stars: ✭ 17 (-78.21%)
Mutual labels:  blockchain-explorer
mousexplore-vcoins
VCoin nodes for the MouseXplore block explorer
Stars: ✭ 15 (-80.77%)
Mutual labels:  blockchain-explorer
onechain
minimal blockchain ever
Stars: ✭ 56 (-28.21%)
Mutual labels:  blockchain-explorer
bitcoin-vr
An experiment to build a realtime VR visualization of Bitcoin transactions on the blockchain
Stars: ✭ 66 (-15.38%)
Mutual labels:  blockchain-explorer
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+480.77%)
Mutual labels:  blockchain-explorer
bscscan-python
The most popular asynchronous Python API for BscScan (Binance Smart Chain Explorer), available via PyPI.
Stars: ✭ 260 (+233.33%)
Mutual labels:  blockchain-explorer

NEAR Blockchain Explorer

In development.

Setup

Docker-based Setup

Prerequisite:

  • Docker
  • Docker-Compose

Build Docker images:

$ docker-compose build

Run them:

$ docker-compose up

NOTE: You may want to run them in background, so just add --detach flag.

Now you can reach the services:

Development Q&A

Q: How to run the local development version of the frontend/backend?

A: It is recommended to use docker-compose to run all the services and then stop the one that you want to develop locally (docker-compose stop frontend). (Follow the execution instructions written in the relevant README file of the subproject)

Q: How to auto-format the source code on commit?

A: Use npm install from the root of the project, so it sets up the git hooks which automatically run prettier on every commit. (We wish we don't need to have the root package.json, but husky does not support subpackages nicely)

Contributing

To contribute to NEAR Explorer, please see CONTRIBUTING.

Most real-time collaboration happens in a variety of channels on the NEAR Discord server, with channels dedicated for getting help, community, documentation, and all major contribution areas in the NEAR ecosystem. A good place to ask for help would be the #general channel.

License

NEAR Explorer is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

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].