Skip to content

username1565/satori-explorer

 
 

Repository files navigation

Satori Blockchain Explorer

Block explorer for Satori, CryptoNote based cryptocurrency.

Installation

  1. It takes data from daemon satorid. It should be accessible from the Internet. Run satorid with open port as follows:
./Satorid --enable-cors="*" --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=17898
  1. Just upload to your website and change 'api' variable in config.js to point to your daemon.

Development

Devs: @meaa

Note

Forked from Turtlecoin Block Explorer A lot of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer

About

Block explorer for SatoriCryptoNote based cryptocurrency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • CSS 23.5%
  • HTML 11.8%
  • Other 1.0%