Skip to content

Commit fe695dd

Browse files
authored
Removed number referring to providers
Changed language to allow for future provider inclusion
1 parent ad3e7a2 commit fe695dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lessons/fundamentals/connect-with-rpc.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ 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
4545
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
46+
Chainstack, Ankr, etc. Connecting through node providers is much easier than running
47+
your own node. By using a node provider, it is quick, easy and **FREE** to open an account
4848
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-
4 RPC endpoint providers can be found below:
50+
aforementioned RPC endpoint providers can be found below:
5151

5252
- **Infura**: [**https://infura.io/**](https://infura.io/) Click on the **SIGN
5353
UP** button.

0 commit comments

Comments
 (0)