环境;Ubuntu
首先需要下载git
参考链接:?http://www.360bchain.com/article/156.html??
Environment; Ubuntu 1、下载区块链浏览器代码 One, download the block chain browser code explorer中的文件如下: The following document appears in extraorer: 192.168.197.131为本地IP地址也为以太坊节点地址,这样可在局域网其他机器访问区块链界面 192.168.197.131 is a local IP address and an Ethernode address, which allows other LAN machines to access the block chain interface 修改连接以太网节点地址为远程节点地址 Modify connection using Tainet node address as remote node address (都是将localhost修改成本机IP地址) (both changing cost machine IP address) 将var eth_node_url=‘??http://localhost:8545?’; 修改为 var eth_node_url=‘??http://192.168.197.131:8545??’; Replace var eth_node_url=? ; amend it to vareth_node_url=? 修改浏览器地址为本地IP地址 Modify browser address to local IP address 将"start": “http-server https://blog.51cto.com/u_13403836/app -a localhost -p 8000 -c-1”, 修改为"start": “http-server https://blog.51cto.com/u_13403836/app -a 192.168.197.131 -p 8000 -c-1” "Start": "http-server https://blog.51cto.com/u_13403836/app-a localhost-p800-c-1)", modified to "start": "http-server https://blog.51cto.com/u_13403836/app-a192168.131-p800-c-1" 2、下载bower工具 2. Downloading the power tool 首先需要下载npm First you need to download npm 下载bower工具 Download power tool 选择1 Option 1 3.启动区块链浏览器 Launch block chain browser 启动以太坊节点 Start Ether's Node 需要添加参数 —rpccorsdomain ‘*’ Could not close temporary folder: %s 启动区块链浏览器后台程序 Activate block chain browser backstage program 下载完了 We're done downloading. 4、在浏览器中查看 4. View 在浏览器搜索栏中输入 ??http://192.168.197.131:8000/,?? 如下图所示 Enter in the browser search bar? ? (注:目前客户端所在的主机需要翻墙才能下载googleapis(??https://ajax.googleapis.com/ajax/libs)?? 在线网站中的依赖库,否则将不会显示区块信息。) (Note: The current client host needs to flip over to download googleapis (? 我没下载那个依赖库所以一片空白 I didn't download the library, so it was blank.
first needs to download git
reference link:
你在那个目录下执行的这条语句,这个浏览器就下载到哪了
注册有任何问题请添加 微信:MVIP619 拉你进入群
打开微信扫一扫
添加客服
进入交流群
发表评论