An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![uniswap-banner](https://github.com/thirdweb-example/thirdweb-uniswap/assets/17715009/98d1f668-dc1d-403d-bd37-de436436cf42)
# 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).