Block explorer for Monkeytips CryptoNote based cryptocurrency.
- It takes data from daemon monkeytipsd. It should be accessible from the Internet. Run monkeytipsd with open port as follows:
./monkeytipsd --enable-cors="*" --enable_blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=13002
- Just upload to your website and change 'api' variable in config.js to point to your daemon.
Donate: Don't donate.
All of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer & turtlecoin/block-explorer