Livrecoin Explorer 1.7.4: Node.js-Based Open Source Block Explorer

Livrecoin Explorer 1.7.4 is an open source block explorer developed using Node.js. To set it up, ensure you have Node.js version 8.17.0 or higher (preferably 12.14.0) and MongoDB 4.2.x. To create the database in MongoDB, use the following commands in the MongoDB CLI:

$ mongo
use explorerdb
db.createUser({ user: "iquidus", pwd: "3xp!0reR", roles: ["readWrite"] })

If using MongoDB shell version 4.2.x, use:

db.addUser({ user: "username", pwd: "password", roles: ["readWrite"] })
zip 文件大小:3.4MB