Iquidus Explorer-1.6.1: 使用 Node.js 开发的区块浏览器

基于卢克的资源管理器分叉开发的 Iquidus Explorer-1.6.1 是一个使用 Node.js 编写的开源区块浏览器。

先决条件:

  • Node.js ≥ 0.10.28
  • MongoDB 2.6.x
  • Coind

设置数据库:

在 MongoDB CLI 中输入:

$ mongo
创建数据库:
> use explorerdb
创建具有读/写访问权限的用户:
> db.createUser( {
user: "iquidus",
pwd: "3xp!0reR",
roles: [ "readWrite" ]
} )

注意:如果您使用的是 Mongo Shell 2.4.x,请使用以下命令创建用户:

> db.addUser( {
user: "username",
pwd: "password"} )
zip 文件大小:2.78MB