区块链探索者
想体验用 Node.js 构建的开源区块浏览器吗?Iquidus Explorer 1.6.0 版本来了!
上手体验
- 确保你的系统已安装 Node.js (版本 >= 0.10.28) 和 MongoDB (版本 2.6.x)。
- 使用 MongoDB 命令行工具创建一个名为 'explorerdb' 的数据库:
```bash
$ mongo
use explorerdb
```
- 创建一个拥有读写权限的用户:
```bash
db.createUser( { user: "iquidus", pwd: "3xp!0reR", roles: [ "readWrite" ] } )
```
- 获取源码:
bash git clone https://github.com/iquidus/explorer
- 安装所需模块:
bash cd explorer && npm install --production
- 复制配置文件:
bash cp ./settings.json.example ./settings.json
然后根据需要修改配置文件。
联系我们
如果你想分享你的 Iquidus Explorer 实例,欢迎联系我们!
2.77MB
文件大小:
评论区