Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaben committed Oct 3, 2024
1 parent 7a548b2 commit f0fe43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/toolkit/ethereum-api/libraries/ethersjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For this guide, you'll need to install the Ethers.js library and the Solidity co

## Setting up the Ethers Provider {: #setting-up-the-ethers-provider }

Throughout this guide, you'll be creating a bunch of scripts that provide different functionality such as sending a transaction, deploying a contract, and interacting with a deployed contract. In most of these scripts you'll need to create an [Ethers provider](https://docs.ethers.org/v6/api/providers){target=\_blank} to interact with the network.
Throughout this guide, you'll be creating a bunch of scripts that provide different functionality such as sending a transaction, deploying a contract, and interacting with a deployed contract. In most of these scripts you'll need to create an [Ethers provider](https://docs.ethers.org/v6/api/providers/){target=\_blank} to interact with the network.

To create a provider, you can take the following steps:

Expand Down

0 comments on commit f0fe43a

Please sign in to comment.