# Karbowanec-Blockchain-Explorer **Repository Path**: Linteeh/Karbowanec-Blockchain-Explorer ## Basic Information - **Project Name**: Karbowanec-Blockchain-Explorer - **Description**: 区块浏览器 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Karbowanec-Blockchain-Explorer Block explorer for Karbowanec 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 to point to your daemon.