ethereumjs-monorepo

ethereumjs-monorepo

以太坊协议TypeScript实现和区块链开发库集合

ethereumjs-monorepo是以太坊基金会JavaScript团队维护的开源项目,提供以太坊协议的TypeScript实现。项目包含EVM、交易、区块、区块链等核心组件,以及RLP编码、Trie树等辅助库。此外还有一个开发中的以太坊执行客户端,可用于测试、研究和开发。该项目为以太坊开发者提供全面工具集,支持以太坊生态系统发展。

Ethereum区块链智能合约EVMmonorepoGithub开源项目
<p align="center"> <img src="https://yellow-cdn.veclightyear.com/835a84d5/2325360f-bec6-40e3-893c-921420d575d0.png" width=280> </p>

EthereumJS 单一代码库

[![代码覆盖率][coverage-badge]][coverage-link] [![Discord][discord-badge]][discord-link] [![GitPOAP][gitpoap-badge]][gitpoap-link]

本代码库包含了以太坊区块链执行层的各种协议构建模块,由以太坊基金会的JavaScript团队管理。这里有一个可以在Node.js或浏览器环境中使用的[以太坊虚拟机(EVM)][vm-package]的TypeScript实现,以及核心区块链结构构建模块的实现,如以太坊[交易][tx-package]、[区块][block-package]或[区块链][blockchain-package],还有[Trie][trie-package](默克尔帕特里夏树)和[devp2p][devp2p-package](执行网络层)的实现。

所有库都通过核心[Common][common-package]库绑定在一起,该库跟踪链的具体信息和硬分叉变更。它们由辅助包complemented,如用于数据编码/解码的[RLP][rlp-package],或提供(字节)转换、签名、类型等辅助功能的[Util][util-package]。

最后,[EthereumJS执行客户端][client-package](EthereumJS)已经处于积极开发中一段时间了。它已经服务于多种用途,如测试、研究(如EIP)和开发者工具,以参与协议。

还需注意:在以太坊共识方面,ChainSafe的Lodestar代码库补充了本代码库,提供了以太坊共识客户端实现以及在以太坊共识层演进背景下开发的各种协议实现(如SSZ库)。

包列表

以下是本代码库中包含的包列表。

包名npm问题测试覆盖率
[@ethereumjs/block][block-package][![NPM包][block-npm-badge]][block-npm-link][![Block问题][block-issues-badge]][block-issues-link][![Actions状态][block-actions-badge]][block-actions-link][![代码覆盖率][block-coverage-badge]][block-coverage-link]
[@ethereumjs/blockchain][blockchain-package][![NPM包][blockchain-npm-badge]][blockchain-npm-link][![Blockchain问题][blockchain-issues-badge]][blockchain-issues-link][![Actions状态][blockchain-actions-badge]][blockchain-actions-link][![代码覆盖率][blockchain-coverage-badge]][blockchain-coverage-link]
[@ethereumjs/client][client-package][![NPM包][client-npm-badge]][client-npm-link][![Client问题][client-issues-badge]][client-issues-link][![Actions状态][client-actions-badge]][client-actions-link][![代码覆盖率][client-coverage-badge]][client-coverage-link]
[@ethereumjs/common][common-package][![NPM包][common-npm-badge]][common-npm-link][![Common问题][common-issues-badge]][common-issues-link][![Actions状态][common-actions-badge]][common-actions-link][![代码覆盖率][common-coverage-badge]][common-coverage-link]
[@ethereumjs/devp2p][devp2p-package][![NPM包][devp2p-npm-badge]][devp2p-npm-link][![Devp2p问题][devp2p-issues-badge]][devp2p-issues-link][![Actions状态][devp2p-actions-badge]][devp2p-actions-link][![代码覆盖率][devp2p-coverage-badge]][devp2p-coverage-link]
[@ethereumjs/ethash][ethash-package][![NPM包][ethash-npm-badge]][ethash-npm-link][![Ethash问题][ethash-issues-badge]][ethash-issues-link][![Actions状态][ethash-actions-badge]][ethash-actions-link][![代码覆盖率][ethash-coverage-badge]][ethash-coverage-link]
[@ethereumjs/evm][evm-package][![NPM包][evm-npm-badge]][evm-npm-link][![EVM问题][evm-issues-badge]][evm-issues-link][![Actions状态][evm-actions-badge]][evm-actions-link][![代码覆盖率][evm-coverage-badge]][evm-coverage-link]
[@ethereumjs/genesis][genesis-package][![NPM包][genesis-npm-badge]][genesis-npm-link][![Genesis问题][genesis-issues-badge]][genesis-issues-link][![Actions状态][genesis-actions-badge]][genesis-actions-link][![代码覆盖率][genesis-coverage-badge]][genesis-coverage-link]
[@ethereumjs/rlp][rlp-package][![NPM包][rlp-npm-badge]][rlp-npm-link][![rlp问题][rlp-issues-badge]][rlp-issues-link][![Actions状态][rlp-actions-badge]][rlp-actions-link][![代码覆盖率][rlp-coverage-badge]][rlp-coverage-link]
[@ethereumjs/statemanager][statemanager-package][![NPM包][statemanager-npm-badge]][statemanager-npm-link][![StateManager问题][statemanager-issues-badge]][statemanager-issues-link][![Actions状态][statemanager-actions-badge]][statemanager-actions-link][![代码覆盖率][statemanager-coverage-badge]][statemanager-coverage-link]
[@ethereumjs/trie][trie-package][![NPM包][trie-npm-badge]][trie-npm-link][![Trie问题][trie-issues-badge]][trie-issues-link][![Actions状态][trie-actions-badge]][trie-actions-link][![代码覆盖率][trie-coverage-badge]][trie-coverage-link]
[@ethereumjs/tx][tx-package][![NPM包][tx-npm-badge]][tx-npm-link][![Tx问题][tx-issues-badge]][tx-issues-link][![Actions状态][tx-actions-badge]][tx-actions-link][![代码覆盖率][tx-coverage-badge]][tx-coverage-link]
[@ethereumjs/util][util-package][![NPM包][util-npm-badge]][util-npm-link][![Util问题][util-issues-badge]][util-issues-link][![Actions状态][util-actions-badge]][util-actions-link][![代码覆盖率][util-coverage-badge]][util-coverage-link]
[@ethereumjs/verkle][verkle-package][![NPM包][verkle-npm-badge]][verkle-npm-link][![VM问题][verkle-issues-badge]][verkle-issues-link][![Actions状态][verkle-actions-badge]][verkle-actions-link][![代码覆盖率][verkle-coverage-badge]][verkle-coverage-link]
[@ethereumjs/vm][vm-package][![NPM包][vm-npm-badge]][vm-npm-link][![VM问题][vm-issues-badge]][vm-issues-link][![Actions状态][vm-actions-badge]][vm-actions-link][![代码覆盖率][vm-coverage-badge]][vm-coverage-link]
[@ethereumjs/wallet][wallet-package][![NPM包][wallet-npm-badge]][wallet-npm-link][![StateManager问题][wallet-issues-badge]][wallet-issues-link][![Actions状态][wallet-actions-badge]][wallet-actions-link][![代码覆盖率][wallet-coverage-badge]][wallet-coverage-link]

分支

以下是我们目前活跃的分支:

分支发布系列状态描述
master即将发布(2024年秋季)开发中破坏性发布工作
maintenance-v8v7/v8维护中v8版本的维护(也包括v7)
maintenance-v6v6维护中v6版本的维护

破坏性发布通常会同步进行所有库的更新(最近的例外:VM v8,EVM v3),发布周期目前以@ethereumjs/vm的版本命名。在大多数情况下,PR应该提交到当前的工作分支。如果没有当前的工作分支,请询问!🙂

要查看特定包版本的相关代码,请参考标签

覆盖率报告

详细版本可以在[Codecov.io][coverage-link]上查看

[代码覆盖率][coverage-link]

包依赖关系

graph TD vm{vm} client{client} ethash --> blockchain ethash --> client devp2p --> client block --> client block --> blockchain block --> ethash block --> vm blockchain --> client blockchain --> vm trie --> client trie --> vm trie --> blockchain trie --> block trie --> statemanager common --> block common --> statemanager common --> tx common --> blockchain common --> vm common --> evm common --> client common --> devp2p common --> genesis evm --> vm evm --> client genesis --> client genesis --> statemanager genesis --> trie tx --> block tx --> evm tx --> vm vm --> client statemanager --> evm statemanager --> vm

要更新上面的图表,请编辑README文件并提交包含更改的新PR。

入门

请参阅我们的monorepo文档,了解如何设置仓库和安装依赖项。config文件夹概述了包之间共享的配置和脚本。

EthereumJS

查看我们的组织文档,了解EthereumJS的介绍以及当前的标准和最佳实践。如果您想加入工作或对库进行改进,请先阅读我们的贡献指南

许可证

大多数包都采用MPL-2.0许可,请查看各包文件夹了解相应的许可证。 [coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg [coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo [discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue [discord-link]: https://discord.gg/TNwARpR [stackexchange-badge]: https://img.shields.io/badge/ethereumjs-stackexchange-brightgreen [stackexchange-link]: https://ethereum.stackexchange.com/questions/tagged/ethereumjs [block-package]: ./packages/block [block-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/block.svg [block-npm-link]: https://www.npmjs.com/package/@ethereumjs/block [block-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20block?label=issues [block-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+block" [block-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Block/badge.svg [block-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Block%22 [block-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=block [block-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/block [blockchain-package]: ./packages/blockchain [blockchain-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/blockchain.svg [blockchain-npm-link]: https://www.npmjs.com/package/@ethereumjs/blockchain [blockchain-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20blockchain?label=issues [blockchain-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+blockchain" [blockchain-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Blockchain/badge.svg [blockchain-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Blockchain%22 [blockchain-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=blockchain [blockchain-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/blockchain [client-package]: ./packages/client [client-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/client.svg [client-npm-link]: https://www.npmjs.com/package/@ethereumjs/client [client-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20client?label=issues [client-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+client" [client-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Client/badge.svg [client-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Client%22 [client-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=client [client-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/client [common-package]: ./packages/common [common-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/common.svg [common-npm-link]: https://www.npmjs.com/package/@ethereumjs/common [common-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20common?label=issues [common-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+common" [common-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Common/badge.svg [common-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Common%22 [common-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=common [common-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/common [devp2p-package]: ./packages/devp2p [devp2p-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/devp2p.svg [devp2p-npm-link]: https://www.npmjs.com/package/@ethereumjs/devp2p [devp2p-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20devp2p?label=issues [devp2p-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+devp2p" [devp2p-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Devp2p/badge.svg [devp2p-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Devp2p%22 [devp2p-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=devp2p [devp2p-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/devp2p [ethash-package]: ./packages/ethash [ethash-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/ethash.svg [ethash-npm-link]: https://www.npmjs.org/package/@ethereumjs/ethash [ethash-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20ethash?label=issues [ethash-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+ethash" [ethash-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Ethash/badge.svg [ethash-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Ethash%22 [ethash-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=ethash [ethash-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/ethash [evm-package]: ./packages/evm [evm-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/evm.svg [evm-npm-link]: https://www.npmjs.org/package/@ethereumjs/evm [evm-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20evm?label=issues [evm-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+evm" [evm-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/EVM/badge.svg [evm-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22evm%22 [evm-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=evm [evm-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm [genesis-package]: ./packages/genesis [genesis-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/genesis.svg [genesis-npm-link]: https://www.npmjs.com/package/@ethereumjs/genesis [genesis-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20genesis?label=issues [genesis-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+genesis" [genesis-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/genesis/badge.svg [genesis-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22genesis%22 [genesis-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=genesis [genesis-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/genesis [gitpoap-badge]: https://public-api.gitpoap.io/v1/repo/ethereumjs/ethereumjs-monorepo/badge [gitpoap-link]: https://www.gitpoap.io/gh/ethereumjs/ethereumjs-monorepo [tx-package]: ./packages/tx [tx-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/tx.svg [tx-npm-link]: https://www.npmjs.com/package/@ethereumjs/tx [tx-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20tx?label=issues [tx-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+tx" [tx-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Tx/badge.svg [tx-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Tx%22 [tx-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=tx [tx-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx [trie-package]: ./packages/trie [trie-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/trie.svg [trie-npm-link]: https://www.npmjs.com/package/@ethereumjs/trie [trie-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20trie?label=issues [trie-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+trie" [trie-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Trie/badge.svg [trie-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Trie%22 [trie-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=trie [trie-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/trie [rlp-package]: ./packages/rlp [rlp-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/rlp.svg [rlp-npm-link]: https://www.npmjs.com/package/@ethereumjs/rlp [rlp-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20rlp?label=issues [rlp-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+rlp" [rlp-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/rlp/badge.svg [rlp-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22rlp%22 [rlp-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=rlp [rlp-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/rlp [util-package]: ./packages/util [util-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/util.svg [util-npm-link]: https://www.npmjs.org/package/@ethereumjs/util [util-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20util?label=issues [util-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+util" [util-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Util/badge.svg [util-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Util%22 [util-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=util [util-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/util [statemanager-package]: ./packages/statemanager [statemanager-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/statemanager.svg [statemanager-npm-link]: https://www.npmjs.com/package/@ethereumjs/statemanager [statemanager-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20statemanager?label=issues [statemanager-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+statemanager" [statemanager-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/StateManager/badge.svg [statemanager-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22StateManager%22 [statemanager-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=statemanager [statemanager-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/statemanager [verkle-package]: ./packages/verkle [verkle-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/verkle.svg [verkle-npm-link]: https://www.npmjs.com/package/@ethereumjs/verkle [verkle-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20verkle?label=issues [verkle-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+verkle" [verkle-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Verkle/badge.svg [verkle-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Verkle%22 [verkle-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=verkle [verkle-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/verkle [vm-package]: ./packages/vm [vm-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/vm.svg [vm-npm-链接]: https://www.npmjs.com/package/@ethereumjs/vm [vm-问题-徽章]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20vm?label=issues [vm-问题-链接]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+vm" [vm-操作-徽章]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/VM/badge.svg [vm-操作-链接]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22VM%22 [vm-覆盖率-徽章]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=vm [vm-覆盖率-链接]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/vm [钱包-包]: ./packages/wallet [钱包-npm-徽章]: https://img.shields.io/npm/v/@ethereumjs/wallet.svg [钱包-npm-链接]: https://www.npmjs.com/package/@ethereumjs/wallet [钱包-问题-徽章]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20wallet?label=issues [钱包-问题-链接]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A"package%3A+wallet" [钱包-操作-徽章]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Wallet/badge.svg [钱包-操作-链接]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22wallet%22 [钱包-覆盖率-徽章]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=wallet [钱包-覆盖率-链接]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/wallet

编辑推荐精选

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

Refly.AI

Refly.AI

最适合小白的AI自动化工作流平台

无需编码,轻松生成可复用、可变现的AI自动化工作流

酷表ChatExcel

酷表ChatExcel

大模型驱动的Excel数据处理工具

基于大模型交互的表格处理系统,允许用户通过对话方式完成数据整理和可视化分析。系统采用机器学习算法解析用户指令,自动执行排序、公式计算和数据透视等操作,支持多种文件格式导入导出。数据处理响应速度保持在0.8秒以内,支持超过100万行数据的即时分析。

AI工具酷表ChatExcelAI智能客服AI营销产品使用教程
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
AIWritePaper论文写作

AIWritePaper论文写作

AI论文写作指导平台

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

AI辅助写作AI工具AI论文工具论文写作智能生成大纲数据安全AI助手热门
博思AIPPT

博思AIPPT

AI一键生成PPT,就用博思AIPPT!

博思AIPPT,新一代的AI生成PPT平台,支持智能生成PPT、AI美化PPT、文本&链接生成PPT、导入Word/PDF/Markdown文档生成PPT等,内置海量精美PPT模板,涵盖商务、教育、科技等不同风格,同时针对每个页面提供多种版式,一键自适应切换,完美适配各种办公场景。

AI办公办公工具AI工具博思AIPPTAI生成PPT智能排版海量精品模板AI创作热门
潮际好麦

潮际好麦

AI赋能电商视觉革命,一站式智能商拍平台

潮际好麦深耕服装行业,是国内AI试衣效果最好的软件。使用先进AIGC能力为电商卖家批量提供优质的、低成本的商拍图。合作品牌有Shein、Lazada、安踏、百丽等65个国内外头部品牌,以及国内10万+淘宝、天猫、京东等主流平台的品牌商家,为卖家节省将近85%的出图成本,提升约3倍出图效率,让品牌能够快速上架。

iTerms

iTerms

企业专属的AI法律顾问

iTerms是法大大集团旗下法律子品牌,基于最先进的大语言模型(LLM)、专业的法律知识库和强大的智能体架构,帮助企业扫清合规障碍,筑牢风控防线,成为您企业专属的AI法律顾问。

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

下拉加载更多