1. 首页
  2. 数据库
  3. 其它
  4. ethashjs:该项目正在积极开发中已移至EthereumJS VM monorepo 源码

ethashjs:该项目正在积极开发中已移至EthereumJS VM monorepo 源码

上传者: 2021-02-18 04:07:27上传 ZIP文件 17.08KB 热度 26次
概要 实施 。 安装 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
用户评论