Skip to main content
  1. Guides
  2. /All Tags
  3. /Uniswap Guides

Uniswap Guides

5 guides
Chain: All
Language: All
Technology: 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.

Created September 18, 2024Intermediate
EthereumDeFiFoundrySmart 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

Created June 10, 2024Intermediate
EthereumDeFiEthers.jsSmart ContractsTrading

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.

Created April 1, 2022Beginner
EthereumDeFiEthers.jsJavaScriptSmart ContractsTrading

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.

Created July 23, 2021Beginner
EthereumDeFiDEXJavaScriptTrading

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.

Created February 28, 2021Beginner
EthereumDeFiEthers.jsJavaScriptSmart Contracts