# eth-explorer **Repository Path**: dragon_blockchain/eth-explorer ## Basic Information - **Project Name**: eth-explorer - **Description**: 以太坊浏览器 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-05 - **Last Updated**: 2021-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EthExplorer (In Progress) ![EthExplorer Screenshot](http://i.imgur.com/NHFYq0x.png) ##License GPL (see LICENSE) ##Installation Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git "Git installation") if you haven't already Clone the repo `git clone https://github.com/etherparty/explorer` Download [Nodejs and npm](https://docs.npmjs.com/getting-started/installing-node "Nodejs install") if you don't have them Start the program. All dependencies will be automatically downloaded `npm start` Then visit http://localhost:8000 in your browser of choice. You might get an error message: `geth --rpc --rpccorsdomain "http://localhost:8000"` Install [geth](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum "Geth install") if you don't already have it, then run the above command. Then refresh the page in your browser