Skip to content

Commit ad3e7a2

Browse files
authored
Included fourth RPC provider in lesson
This lesson previously only included Infura, Alchemy, and Ankr. Chainstack has been included as a fourth provider option for developers to explore.
1 parent 2ee0bee commit ad3e7a2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

lessons/fundamentals/connect-with-rpc.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ can be executed on servers remotely. In plain English, an RPC call is how a dApp
1313
communicates with the blockchain or accesses other information from remote
1414
servers. In this section, we will concern ourselves with RPC calls to the
1515
blockchain via _Metamask_ to Ethereum testnets such as _Rinkeby_ and RPC
16-
endpoint providers such as _Infura_, _Alchemy_ and _Ankr_.
16+
endpoint providers such as _Infura_, _Alchemy_, _Chainstack_, and _Ankr_.
1717

1818
### Connecting to a Testnet with Metamask
1919

@@ -42,17 +42,19 @@ tutorial or other source.
4242
In blockchain development, it is necessary to connect your dApp to the
4343
blockchain to deploy smart contracts and interact with the deployed contract.
4444
This can be done by either running your own blockchain node such as GETH or
45-
accessing the blockchain through an RPC endpoint service such as Infura, Alchemy
46-
or Ankr. Connecting through the 3 providers is much easier than running your own
47-
node. With all 3 services, it is quick, easy and **FREE** to open an account and
48-
get access to RPC endpoints of many different testnets including Goerli
45+
accessing the blockchain through an RPC endpoint service such as Infura, Alchemy,
46+
Chainstack, or Ankr. Connecting through the 4 providers is much easier than running
47+
your own node. With all 4 services, it is quick, easy and **FREE** to open an account
48+
and get access to RPC endpoints of many different testnets including Goerli
4949
Ethereum, Polygon Mumbai, Optimism Kovan and Solana Devnet. The websites for the
50-
3 RPC endpoint providers can be found below:
50+
4 RPC endpoint providers can be found below:
5151

5252
- **Infura**: [**https://infura.io/**](https://infura.io/) Click on the **SIGN
5353
UP** button.
5454
- **Alchemy**: [**https://www.alchemy.com/**](https://www.alchemy.com/) Click on
5555
**Login**, then **Signup** under the Login button.
56+
- **Chainstack**: [**https://www.chainstack.com/**](https://www.chainstack.com/)
57+
Click on the **Start for free** button.
5658
- **Ankr**: [**https://www.ankr.com/**](https://www.ankr.com/) Click on **Get a
5759
free endpoint**, the **Connect wallet** to connect your Metamask wallet.
5860

0 commit comments

Comments
 (0)