Skip to content

Commit 169af9e

Browse files
authored
Update src/content/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md
1 parent b347892 commit 169af9e

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/sending-transactions-using-web3-and-alchemy

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/sending-transactions-using-web3-and-alchemy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This is what we will be using in this tutorial.
5151
### 6\. What is the web3 library? {#what-is-the-web3-library}
5252

5353
- Web3.js is a wrapper library around the standard JSON-RPC calls that is quite common to use in Ethereum development.
54-
- There are many web3 libraries for different languages. In this tutorial we’ll be using [Alchemy Web3](https://docs.alchemy.com/reference/api-overview) which is written in JavaScript. You can check out other options [here](https://docs.alchemyapi.io/guides/getting-started#other-web3-libraries) like [ethers.js](https://docs.alchemy.com/reference/alchemy-sdk-quickstart).
54+
- There are many web3 libraries for different languages. In this tutorial we’ll be using [Alchemy Web3](https://docs.alchemy.com/reference/api-overview) which is written in JavaScript. You can check out other options [here](https://docs.alchemyapi.io/guides/getting-started#other-web3-libraries) like [ethers.js](https://docs.ethers.org/v5/).
5555

5656
Okay, now that we have a few of these questions out of the way, let’s move on to the tutorial. Feel free to ask questions anytime in the Alchemy [discord](https://discord.gg/gWuC7zB)!
5757

0 commit comments

Comments
 (0)