Block explorer for redstone.
- It takes data from daemon redstone-node. It should be accessible from the Internet. Run redstone-node with open port as follows:
./redstone-node --enable-cors="*" --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=44402
- Just upload to your website and change 'api' variable in config.js to point to your daemon.
Devs: @devopsralf Adapted to redstone: @leocornelius
Donate:
A lot of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer