ethers
library. By following this example, you’ll be able to create, sign, and send a transaction to interact with the Uniswap V3 protocol
dotenv
, axios
, ethers v6
, @uniswap/v3-sdk
, and @uniswap/sdk-core
libraries.env
File
Create a .env
file in your project root directory and add your Stardust API key and profile ID:
dotenv
, axios
, and ethers
libraries and sets up the environment variables.