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
- Host: GitHub
- URL: https://github.com/concealnetwork/conceal-explorer
- Owner: ConcealNetwork
- License: gpl-3.0
- Created: 2018-06-13T21:10:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-28T03:59:38.000Z (10 months ago)
- Last Synced: 2025-08-28T10:45:23.584Z (10 months ago)
- Topics: block, blockchain, conceal, cryptocurrency, daemon, explorer
- Language: JavaScript
- Homepage: https://explorer.conceal.network/
- Size: 11.9 MB
- Stars: 26
- Watchers: 10
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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