博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ethereumjs/ethereumjs-block-1-简介
阅读量:7113 次
发布时间:2019-06-28

本文共 650 字,大约阅读时间需要 2 分钟。

https://github.com/ethereumjs/ethereumjs-block

Encoding, decoding and validation of Ethereum's Block schema

以太坊区块模式的编码、解码和验证

 

SYNOPSIS概要

Implements schema and functions related to Ethereum's block.

实现与以太坊区块相关的模式和函数

 

INSTALL安装

npm install ethereumjs-block

 

BROWSER浏览器

This module work with browserify.该模块使用browserify

 

API

看本博客的

 

TESTING测试

Tests in the tests directory are partly outdated and testing is primarily done by running the BlockchainTests from within the  repository.

tests目录中的测试部分已经过时了,测试主要是通过运行在存储库中的BlockchainTests实例来完成的(看本博客)

Relevant test folders:相关的测试文件夹

  • bcTotalDifficultyTest
  • TODO

 

转载于:https://www.cnblogs.com/wanghui-garcia/p/10087714.html

你可能感兴趣的文章
java 进销存 crm websocket即时聊天发图片文字 好友群组 SSM源码
查看>>
Day7:html和css
查看>>
什么是 5G?它比 4G 好在哪里?
查看>>
[译] C++ 和 Android 本地 Activity 初探
查看>>
Java异常简介及异常信息缺失处理
查看>>
VBA+正则表达式解决订单小问题
查看>>
字符编码ASCII、Unicode、UTF-8
查看>>
mybatis+dubbo+ springmvc+zookeeper分布式架构
查看>>
MJRefresh源码解读
查看>>
easyui tabs切换和单个页面手动刷新以及点击添加新的tabs
查看>>
一天4-5小时睡眠也可以高效工作
查看>>
图形化编程语言的设计
查看>>
实现一个前端路由,如何实现浏览器的前进与后退 ?
查看>>
面试题 async/await
查看>>
多线程协作wait、notify、notifyAll方法简介理解使用 多线程中篇(十四)
查看>>
Handler源码剖析
查看>>
微服务监控神器Prometheus的安装部署
查看>>
Python3 爬虫
查看>>
java常用多线程创建方式
查看>>
【刘文彬】【精解】EOS标准货币体系与源码实现分析
查看>>