Karbovanets / Karbowanec-Blockchain-Explorer

Block explorer for Karbowanec CryptoNote based cryptocurrency.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karbo blockchain explorer

Block explorer for Karbo CryptoNote based cryptocurrency.

Installation

  1. It takes data from daemon karbowanecd. It should be accessible from the Internet. Run karbowanecd with open port as follows:
./karbowanecd --restricted-rpc --enable-cors=* --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=32348
  1. Just upload to your website and change api variable in config.js and in config.php to point to your daemon.

Docker

We can use docker image to deploy an explorer.

Node URL can be replaced on the docker image build.

docker build . --build-arg RPC_NODE_URL=http://localhost:32348

Or provided as env variable into docker container

docker run karbo-explorer --env RPC_NODE_URL=http://localhost:32348

About

Block explorer for Karbowanec CryptoNote based cryptocurrency.

License:GNU General Public License v3.0


Languages

Language:JavaScript 78.9%Language:HTML 19.3%Language:CSS 0.9%Language:PHP 0.8%Language:Dockerfile 0.1%