Block explorer for Chimera CryptoNote based cryptocurrency.
- It takes data from daemon chimerad. It should be accessible from the Internet. Run chimerad with open port as follows:
./chimerad --enable-cors="*" --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=11246- Just upload to your website and change 'api' variable in config.js to point to your daemon.
The Chimera Devs
Derived from the Pixel coin explorer that was forked from The Karbovanets/Karbowanec-Blockchain-Explorer.