热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

ethereumjs/ethereumjsblock1简介

https:github.comethereumjsethereumjs-blockEncoding,decodingandvalidationofEthereumsBlocksc

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

看本博客的ethereumjs/ethereumjs-block-2-api

 

TESTING测试

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

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

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

  • bcTotalDifficultyTest
  • TODO
 

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



推荐阅读
author-avatar
手机用户2502859707
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有