Block explorer for eGame Cash CryptoNote based cryptocurrency.
- It takes data from daemon egamecashd. It should be accessible from the Internet. Run egamecashd with open port as follows:
./egamecashd --enable-cors=* --enable_blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=35001
- Just upload to your website and change 'api' variable in config.js to point to your daemon.