Skip to content

2acoin/2acoin-block-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2ACoin-Blockchain-Explorer

Block explorer for 2ACoin CryptoNote based cryptocurrency.

Installation

  1. It takes data from daemon 2ACoind. It should be accessible from the Internet. Run 2ACcoind with open port as follows:
./2ACoind --enable-cors="*" --enable_blockexplorer --rpc-bind-ip=0.0.0.0
  1. Just upload the contents of this git to your website and change 'api' variable in config.js to point to your daemon.

Thanks and Acknowledgements

Much of this code is derived from;

  • the TurtleCoin/TurtleCoin-Blockchain-Explorer
  • the Karbovanets/Karbowanec-Blockchain-Explorer

Licensed

Released under the GNU General Public License v3

http://www.gnu.org/licenses/gpl.html

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • HTML 9.2%
  • CSS 1.1%
  • PHP 0.3%