https://github.com/thirdweb-example/thirdweb-uniswap
An example Uniswap frontend using Thirdweb
https://github.com/thirdweb-example/thirdweb-uniswap
Last synced: 10 months ago
JSON representation
An example Uniswap frontend using Thirdweb
- Host: GitHub
- URL: https://github.com/thirdweb-example/thirdweb-uniswap
- Owner: thirdweb-example
- Created: 2024-04-25T02:11:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T23:23:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T21:15:40.167Z (11 months ago)
- Language: TypeScript
- Size: 271 KB
- Stars: 11
- Watchers: 3
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Thirdweb Uniswap
A basic example app of Thirdweb integrated with Uniswap.
## Running the app
```bash
pnpm install
pnpm run dev
```
This project uses a local fork of mainnet via the RPC URL `http://localhost:8545`. You can create a fork to run the app locally using [anvil](https://book.getfoundry.sh/tutorials/forking-mainnet-with-cast-anvil).