项目作者: ParsiCoin

项目描述 :
ParsiCoin (PARS) BlockChain Explorer.
高级语言: JavaScript
项目地址: git://github.com/ParsiCoin/blockchain-explorer.git
创建时间: 2018-04-02T20:02:18Z
项目社区:https://github.com/ParsiCoin/blockchain-explorer

开源协议:GNU General Public License v3.0

下载


ParsiCoin BlockChain Explorer

Block explorer for ParsiCoin CryptoNote based cryptocurrency.

Installation

1) It takes data from daemon parsicoind. It should be accessible from the Internet. Run parsicoind with open port as follows:

  1. ./parsicoind --restricted-rpc --enable-cors=* --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18240

2) Just upload to your website and change ‘api’ variable in config.js to point to your daemon.

Based on :

https://github.com/Karbovanets/Karbowanec-Blockchain-Explorer