/api-explorer

CPA Coin Explorer

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

CpaCoin Explorer

Block explorer for CpaCoin CryptoNote based cryptocurrency.

Installation

  1. It takes data from daemon CpaCoind. It should be accessible from the Internet. Run CpaCoind with open port as follows:
./CpaCoind --enable-cors="*" --enable_blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=16000
  1. Just upload to your website and change 'api' variable in config.js to point to your daemon.

Development

Devs: @taegus @katz @devopsralf

Note

A lot of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer