All Projects → norestlabs → mousexplore-vcoins

norestlabs / mousexplore-vcoins

Licence: MIT license
VCoin nodes for the MouseXplore block explorer

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mousexplore-vcoins

onechain
minimal blockchain ever
Stars: ✭ 56 (+273.33%)
Mutual labels:  blockchain-explorer
bitcoin-vr
An experiment to build a realtime VR visualization of Bitcoin transactions on the blockchain
Stars: ✭ 66 (+340%)
Mutual labels:  blockchain-explorer
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+2920%)
Mutual labels:  blockchain-explorer
bscscan-python
The most popular asynchronous Python API for BscScan (Binance Smart Chain Explorer), available via PyPI.
Stars: ✭ 260 (+1633.33%)
Mutual labels:  blockchain-explorer
near-explorer
NEAR blockchain explorer
Stars: ✭ 78 (+420%)
Mutual labels:  blockchain-explorer
theta-infrastructure-ledger-explorer
Explorer for the Theta Ledger
Stars: ✭ 57 (+280%)
Mutual labels:  blockchain-explorer
navigator-sia
An advanced blockchain explorer for the Sia network
Stars: ✭ 14 (-6.67%)
Mutual labels:  blockchain-explorer
LibraBrowser
LibraBrowser
Stars: ✭ 37 (+146.67%)
Mutual labels:  blockchain-explorer
indyscan
Hyperldger Indy Transaction Explorer
Stars: ✭ 52 (+246.67%)
Mutual labels:  blockchain-explorer
PyBC
Bitcoin blockchain parser for Python 2 and 3. Includes handy examples.
Stars: ✭ 26 (+73.33%)
Mutual labels:  blockchain-explorer
columbus-united
📦➿📦➿📦 Intuitive and insightful blockchain explorer 🔎
Stars: ✭ 18 (+20%)
Mutual labels:  blockchain-explorer
blockchain-explorer
An explorer for Exonum blockchains
Stars: ✭ 13 (-13.33%)
Mutual labels:  blockchain-explorer
explorer
The reference blockchain explorer for Symbol.
Stars: ✭ 17 (+13.33%)
Mutual labels:  blockchain-explorer

MouseXplore Vcoins

Alt text

This has cached and enriched responses from full cryptocurrency nodes that serves as the backend of the block explorer project. It is most often deployed in conjunction with the frontend, though you can use it as a standalone for a wallet application.

Getting Setup

After cloning this repository, switch to the folder you would like to use and follow the instructions to setup the cryptocurrency node powering it as well as mongodb. To run each of the block explorer implementations, use the following:

npm install
sudo npm install -g pm2
pm2 start index.js --name vcoins

Then, whenever you need to restart the vcoins instance, you can run:

pm2 restart vcoins

To view more detailed documentation regarding the API, check out the API documentation. To see more info on project setup, click the link in question above for detailed setup instructions.

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