ethashjs:该项目正在积极开发中已移至EthereumJS VM monorepo 源码
概要 实施 。 安装 npm install ethashjs 用法 const Ethash = require ( 'ethashjs' ) const Block = require ( 'ethereumjs-block' ) const levelup = require ( 'levelup' ) const memdown = require ( 'memdown' ) var cacheDB = levelup ( '' , { db : memdown } ) var ethash = new Ethash ( cacheDB ) var validblockRlp
文件列表
ethashjs-master.zip
(预估有个15文件)
ethashjs-master
.gitignore
51B
util.js
2KB
package.json
1KB
LICENSE
16KB
index.js
6KB
CHANGELOG.md
1KB
.github
workflows
build.yml
1001B
暂无评论