An open API service indexing awesome lists of open source software.

https://github.com/concealnetwork/conceal-explorer

Conceal Explorer - CCX Block Explorer
https://github.com/concealnetwork/conceal-explorer

block blockchain conceal cryptocurrency daemon explorer

Last synced: 9 months ago
JSON representation

Conceal Explorer - CCX Block Explorer

Awesome Lists containing this project

README

          

# 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:
```bash
./conceald -i --rpc-bind-ip=0.0.0.0 --rpc-bind-port=16000
```
2) 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