@acentproject/networks 中文文档教程
Ethereum (and ilk) Network Definitions
这个子模块是 ethers 项目的一部分。
它负责跟踪常见网络以及重要的 每个参数。
有关详细信息,请参阅文档。
Importing
大多数用户会更喜欢使用 umbrella 包, 但对于那些有更具体需求的人,可以进口单个组件。
const {
getNetwork,
// Types
Network,
Networkish
} = require("@wansproject/networks");
License
麻省理工执照
Ethereum (and ilk) Network Definitions
This sub-module is part of the ethers project.
It is responsible for tracking common networks along with important parameters for each.
For more information, see the documentation.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
getNetwork,
// Types
Network,
Networkish
} = require("@wansproject/networks");
License
MIT License