上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 64 下一页
摘要: https://github.com/Level/levelup A node.js wrapper for abstract-leveldown compliant stores 一个为实现抽象leveldown兼容存储器的node.js封装器 levelup Introduction Fast 阅读全文
posted @ 2018-12-12 12:10 慢行厚积 阅读(1146) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-blockchain/tree/master/test 运行: 返回: 阅读全文
posted @ 2018-12-12 12:10 慢行厚积 阅读(340) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Level/levelup Special Notes What happened to db.createWriteStream() levelup(db[, options[, callback]]) The main entry point for cre 阅读全文
posted @ 2018-12-12 12:10 慢行厚积 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 1.设置账户: ethereumjs-vm/examples/run-transactions-complete/key-pair.json 2.设置的要运行的交易: ethereumjs-vm/examples/run-transactions-complete/raw-tx1.json 上面这个 阅读全文
posted @ 2018-12-12 12:09 慢行厚积 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 举个例子: a.js b.js 然后打包生成: 然后在页面端调用时,报getA() is not defined的错误: 原因是需要将你要调用的变量和函数都声明成全局的,否则无法取到 改后: 然后就能够成功调用了 阅读全文
posted @ 2018-12-12 12:09 慢行厚积 阅读(944) 评论(2) 推荐(1) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-vm 其实这就是怎么自己使用该模块来生成一个类似geth客户端的以太坊虚拟机,然后进行各类区块链操作 SYNOPSIS概要 Implements Ethereum's VM in Javascript.用Javascr 阅读全文
posted @ 2018-12-12 12:09 慢行厚积 阅读(639) 评论(0) 推荐(0) 编辑
摘要: SecureTrie src/secure.js:10-15 Extends Trie 扩展前缀树 You can create a secure Trie where the keys are automatically hashed using SHA3 by using require('me 阅读全文
posted @ 2018-12-12 12:08 慢行厚积 阅读(566) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/merkle-patricia-tree SYNOPSIS概要 This is an implementation of the modified merkle patricia tree as specified in the Ether 阅读全文
posted @ 2018-12-12 10:31 慢行厚积 阅读(854) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-account Encoding, decoding and validation of Ethereum's Account schema 以太坊账户概要的编码、解码和验证 账户 = 账户address + 账户状态 阅读全文
posted @ 2018-12-12 10:28 慢行厚积 阅读(921) 评论(0) 推荐(0) 编辑
摘要: ethereumjs-account/test/index.js 阅读全文
posted @ 2018-12-12 10:28 慢行厚积 阅读(809) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 64 下一页