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

本文共 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

你可能感兴趣的文章
oschina程序开发
查看>>
axios 拦截 , 页面跳转, token 验证(自己摸索了一天搞出来的)
查看>>
如何将经纬度利用Google Map API显示C# VS2005 Sample Code
查看>>
通过Gearman实现MySQL到Redis的数据复制
查看>>
eclipse 自动为getter和setter添加注释
查看>>
DataSet
查看>>
有序的双链表
查看>>
Java NIO中的通道Channel(二)分散/聚集 Scatter/Gather
查看>>
zookeeper学习
查看>>
项目管理学习笔记之二.工作分解
查看>>
js数组实现不重复插入数据
查看>>
如何确定所运行的 SQL Server 2005 的版本?
查看>>
CentOS 7 网络配置
查看>>
matplotlib 交互式导航
查看>>
eclipse的插件未安装成功
查看>>
UnicodeEncodeError: 'ascii' codec can't encode
查看>>
【转载】强大的命令行工具wmic
查看>>
我的友情链接
查看>>
RedHat已更改其开源许可规则
查看>>
Linux系统启动流程详解
查看>>