Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 525 Bytes

Conceal Explorer

Block explorer for Conceal CryptoNote based cryptocurrency.

Installation

  1. It takes data from daemon conceald. It should be accessible from the Internet. Run conceald with open port as follows:
./conceald -i --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