Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:link #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 02_Provider/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tags:

`Provider`类是对以太坊网络连接的抽象,为标准以太坊节点功能提供简洁、一致的接口。在`ethers`中,`Provider`不接触用户私钥,只能读取链上信息,不能写入,这一点比`web3.js`要安全。

除了[之前](https://github.com/WTFAcademy/WTF-Ethers)介绍的默认提供者`defaultProvider`以外,`ethers`中最常用的是`jsonRpcProvider`,可以让用户连接到特定节点服务商的节点。
除了[之前](https://github.com/WTFAcademy/WTF-Ethers/blob/main/01_HelloVitalik/readme.md#2-%E8%BF%9E%E6%8E%A5%E4%BB%A5%E5%A4%AA%E5%9D%8A)介绍的默认提供者`defaultProvider`以外,`ethers`中最常用的是`jsonRpcProvider`,可以让用户连接到特定节点服务商的节点。

## `jsonRpcProvider`

Expand Down