Block explorer for Plenteum CryptoNote based cryptocurrency.
- It takes data from daemon plenteumd. It should be accessible from the Internet. Run plenteumd with open port as follows:
./Plenteumd --enable-cors="*" --enable_blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=44016
- Just upload to your website and change 'api' variable in config.js to point to your daemon.
Devs: @devopsralf
Forked from Turtlecoin Block Explorer A lot of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer