Block explorer for TurtleCoin CryptoNote based cryptocurrency.
- It takes data from daemon turtlecoind. It should be accessible from the Internet. Run turtlecoind with open port as follows:
./GrubMined --enable-cors="*" --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=11898
- Just upload to your website and change 'api' variable in config.js to point to your daemon.
Devs: @devopsralf
Donate: [TRTL] TRTLv2RCPuD7AaaVpQkRPF59MMLx5WW3qFxwJz4Doy7dHhNA6UuQjEpLL3rpUQS4RXdQn8fb4P1XC3K62GeJjGgG8DP9LNaTrNL
A lot of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer