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

编辑推荐精选

蛙蛙写作

蛙蛙写作

AI小说写作助手,一站式润色、改写、扩写

蛙蛙写作—国内先进的AI写作平台,涵盖小说、学术、社交媒体等多场景。提供续写、改写、润色等功能,助力创作者高效优化写作流程。界面简洁,功能全面,适合各类写作者提升内容品质和工作效率。

AI辅助写作AI工具蛙蛙写作AI写作工具学术助手办公助手营销助手AI助手
Trae

Trae

字节跳动发布的AI编程神器IDE

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

AI工具TraeAI IDE协作生产力转型热门
问小白

问小白

全能AI智能助手,随时解答生活与工作的多样问题

问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。

热门AI助手AI对话AI工具聊天机器人
Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

AI办公办公工具AI工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图热门
讯飞星火

讯飞星火

深度推理能力全新升级,全面对标OpenAI o1

科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。

热门AI开发模型训练AI工具讯飞星火大模型智能问答内容创作多语种支持智慧生活
Spark-TTS

Spark-TTS

一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型

Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。

咔片PPT

咔片PPT

AI助力,做PPT更简单!

咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

热门AI辅助写作AI工具讯飞绘文内容运营AI创作个性化文章多平台分发AI助手
材料星

材料星

专业的AI公文写作平台,公文写作神器

AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。

下拉加载更多