Skip to content

catalystdevelopment/catalyst-blocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block explorer for catalyst

catalyst-blocks

Block explorer for the Catalyst CryptoNote based cryptocurrency.

Installation

It takes data from daemon, Catalystd. It should be accessible from the Internet.

  • Run Catalystd with open port as follows:
  • ./Catalystd --enable-cors="*" --enable-blockexplorer --rpc-bind-ip=0.0.0.0 --rpc-bind-port=17291
  • Just upload to your website and change 'api' variable in config.js to point to your daemon. Development Devs: @devopsralf

Note

A lot of this code is from the great Karbovanets/Karbowanec-Blockchain-Explorer & turtlecoin/turtle-explorer-js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.1%
  • HTML 9.3%
  • Other 0.6%