chainDB:基于区块链技术的noSQL数据库 源码
基于区块链技术的noSQL数据库。 目的是使用简单的仅附加系统(可能是将来编辑块的方法?)来存储数据。 安装 npm install @christopy/chaindb --save 建立一条链 // Get chainDB. const Chain = require ( "@christopy/chaindb" ) ; // Create the Chain. Chain . New ( "My awesome blockchain DB" ) ; 添加块 要添加块,只需指定您的姓名和内容即可。 // Add a Block with a title of "phrase" and
文件列表
chainDB-master.zip
(预估有个15文件)
chainDB-master
Distribution
Chain.js
3KB
Index.js
911B
Block.js
2KB
.gitkeep
0B
package.json
957B
LICENSE
1KB
package-lock.json
2KB
chainDB.svg
9KB
暂无评论