上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 64 下一页
摘要: https://github.com/ethereumjs/browser-builds ethereumjs - Browser Builds This repository contains browser builds of the following ethereumjs libraries 阅读全文
posted @ 2018-12-12 12:13 慢行厚积 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-vm/blob/master/docs/stateManager.md StateManager 要与本博客的ethereumjs/ethereumjs-account-1-简介和API结合学习,然后你就能够发现Sta 阅读全文
posted @ 2018-12-12 12:13 慢行厚积 阅读(407) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-vm/blob/master/docs/index.md vm.runBlockchain Processes blocks and adds them to the blockchain 处理区块并将其添加到区块链中 阅读全文
posted @ 2018-12-12 12:13 慢行厚积 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 根据代码发现还要了解的模块有: 在本博客的ethereumjs分类中可见他们的学习文档 其实这就是怎么自己使用各个模块来生成一个类似geth客户端的以太坊虚拟机,然后进行各类区块链操作。然后上面的每个模块对应的就是实现这个虚拟机的各个部分 1. ethereumjs-vm/tests/Blockch 阅读全文
posted @ 2018-12-12 12:12 慢行厚积 阅读(462) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-vm/tree/master/examples/run-transactions-simple prerequisite先决条件 然后还要将package.json中的模块安装了: Instruction Run co 阅读全文
posted @ 2018-12-12 12:12 慢行厚积 阅读(305) 评论(0) 推荐(0) 编辑
摘要: ethereumjs-vm的例子有用到这个 看完ethereumjs-vm,再看他ethereumjs/browser-builds,然后最后看他http-server,然后就能了解ethereumjs-vm的例子ethereumjs-vm/examples/run-transactions-sim 阅读全文
posted @ 2018-12-12 12:12 慢行厚积 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 之前可以先了解一下另一个模块,看本博客的ethereumjs/ethereumjs-common部分内容 通过tests测试文件能够帮助更好了解API的使用 ethereumjs-block/tests/header.js ethereumjs-block/tests/block.js ethere 阅读全文
posted @ 2018-12-12 12:11 慢行厚积 阅读(324) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-block Encoding, decoding and validation of Ethereum's Block schema 以太坊区块模式的编码、解码和验证 SYNOPSIS概要 Implements sch 阅读全文
posted @ 2018-12-12 12:11 慢行厚积 阅读(178) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-block/blob/master/docs/index.md 详细的调用代码可见本博客的ethereumjs/ethereumjs-block-3-tests 1.Block区块 Creates a new bloc 阅读全文
posted @ 2018-12-12 12:11 慢行厚积 阅读(436) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ethereumjs/ethereumjs-blockchain SYNOPSIS概要 A module to store and interact with blocks 存储区块和与区块进行交互的模块 INSTALL安装 EXAMPLE The follow 阅读全文
posted @ 2018-12-12 12:10 慢行厚积 阅读(656) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 64 下一页