@@ -13,7 +13,7 @@ can be executed on servers remotely. In plain English, an RPC call is how a dApp
13
13
communicates with the blockchain or accesses other information from remote
14
14
servers. In this section, we will concern ourselves with RPC calls to the
15
15
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_ .
17
17
18
18
### Connecting to a Testnet with Metamask
19
19
@@ -42,17 +42,19 @@ tutorial or other source.
42
42
In blockchain development, it is necessary to connect your dApp to the
43
43
blockchain to deploy smart contracts and interact with the deployed contract.
44
44
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
49
49
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:
51
51
52
52
- ** Infura** : [ ** https://infura.io/ ** ] ( https://infura.io/ ) Click on the ** SIGN
53
53
UP** button.
54
54
- ** Alchemy** : [ ** https://www.alchemy.com/ ** ] ( https://www.alchemy.com/ ) Click on
55
55
** 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.
56
58
- ** Ankr** : [ ** https://www.ankr.com/ ** ] ( https://www.ankr.com/ ) Click on ** Get a
57
59
free endpoint** , the ** Connect wallet** to connect your Metamask wallet.
58
60
0 commit comments