Skip to main content

Guides / All Tags

Uniswap Guides

7 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

How to Create Hooks on Uniswap V4

This guide will demonstrate how to create Hooks on Uniswap V4 using Foundry and the uniswap-v4 hook template.

Updated September 18, 2024Intermediate
EthereumFoundryDeFiSmart Contracts

How to Swap Tokens on Uniswap V3

This guide will demonstrate how to swap tokens on Uniswap V3 using the Uniswap SDK and Ethers.js

Updated June 10, 2024Intermediate
EthereumEthers.jsDeFiSmart Contracts

🎥 How to Track Uniswap Swaps with QuickAlerts API

A video explaining what Uniswap is and how Uniswap swaps work. We will also track the Uniswap swaps using QuickAlerts.

Updated October 7, 2023BeginnerVideo
EthereumReactQuickAlerts

How to Create a Twitter Bot to Track New Liquidity Pools on Uniswap using QuickNode's QuickAlerts

In this guide, you will learn how to build a Twitter Bot that automatically posts a tweet each time a Uniswap V3 Liquidity Pool is created. By utilizing QuickAlerts, you'll be able to receive instant notifications whenever a new liquidity pool comes into existence, enabling the bot to respond promptly.

Updated June 29, 2023Intermediate
EthereumBotsQuickAlerts

How to Swap Tokens on Uniswap V2 with Ethers.js

This guide will demonstrate how to swap tokens on Uniswap V2 using JavaScript and the Ethers.js library. The technical demonstration will include a code walk-through and an example of a token swap from ETH to DAI on Ethereum mainnet.

Updated April 1, 2022Beginner
EthereumJavaScriptEthers.jsDeFiSmart Contracts

Interacting with 0x API using JavaScript

This guide will demonstrate how to interact with the 0x API, specifically how to get the best price quote for a pair of tokens using Javascript.

Updated July 23, 2021Beginner
EthereumJavaScriptDeFi

How to Interact with Uniswap using Javascript

This guide will walk you through how to interact with Uniswap smart contracts using a JavaScript library called ethers.js and Uniswap’s JavaScript SDK.

Updated February 28, 2021Beginner
EthereumJavaScriptEthers.jsDeFiSmart Contracts