Karbowanec-Blockchain-Explorer

所属分类:区块链开发
开发工具:JavaScript
文件大小:662KB
下载次数:0
上传日期:2022-06-06 06:27:09
上 传 者sh-1993
说明:  Karbowanec区块链浏览器,基于Karbowance CryptoNote的加密货币的区块浏览器。
(Karbowanec-Blockchain-Explorer,Block explorer for Karbowanec CryptoNote based cryptocurrency.)

文件列表:
.htaccess (197, 2022-06-06)
Dockerfile (727, 2022-06-06)
LICENSE (35141, 2022-06-06)
api (0, 2022-06-06)
api\index.php (1136, 2022-06-06)
api\nodes.json (3068, 2022-06-06)
api\richlist.json (3895, 2022-06-06)
api\submit_node.php (2090, 2022-06-06)
api\submit_richlist.php (1510, 2022-06-06)
config.js (435, 2022-06-06)
config.php (172, 2022-06-06)
css (0, 2022-06-06)
css\dark.css (1491, 2022-06-06)
css\light.css (58, 2022-06-06)
css\materialize.css (126384, 2022-06-06)
css\materialize.min.css (152037, 2022-06-06)
css\styles.css (6564, 2022-06-06)
en (0, 2022-06-06)
en\.htaccess (136, 2022-06-06)
en\index.html (336, 2022-06-06)
favicon.ico (109769, 2022-06-06)
index.html (11166, 2022-06-06)
js (0, 2022-06-06)
js\Chart.bundle.min.js (201572, 2022-06-06)
js\cookie.js (3140, 2022-06-06)
js\core.min.js (218522, 2022-06-06)
js\crypto_utils.js (644720, 2022-06-06)
js\highcharts.js (247795, 2022-06-06)
js\highstock.js (323448, 2022-06-06)
js\main.js (14177, 2022-06-06)
js\moment.min.js (53324, 2022-06-06)
js\sorttable.js (16877, 2022-06-06)
pages (0, 2022-06-06)
pages\address.html (3915, 2022-06-06)
pages\amount_converter.html (1681, 2022-06-06)
pages\api.html (1097, 2022-06-06)
pages\blockchain_block.html (14855, 2022-06-06)
pages\blockchain_payment_id.html (4592, 2022-06-06)
... ...

# 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: ```bash ./karbowanecd --restricted-rpc --enable-cors=* --enable-blockchain-indexes --rpc-bind-ip=0.0.0.0 --rpc-bind-port=32348 ``` 2) 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. ```shell docker build . --build-arg RPC_NODE_URL=http://localhost:32348 ``` Or provided as env variable into docker container ```shell docker run karbo-explorer --env RPC_NODE_URL=http://localhost:32348 ```

近期下载者

相关文件


收藏者