https://github.com/pryority/trade-crypto
A simple frontend for trading cryptocurrencies that uses the Uniswap Swap widget.
https://github.com/pryority/trade-crypto
blockchain cryptocurrency ethersjs javascript rainbowkit wagmi
Last synced: 10 months ago
JSON representation
A simple frontend for trading cryptocurrencies that uses the Uniswap Swap widget.
- Host: GitHub
- URL: https://github.com/pryority/trade-crypto
- Owner: Pryority
- Created: 2022-11-05T01:51:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T01:18:44.000Z (over 3 years ago)
- Last Synced: 2025-06-11T13:59:15.917Z (about 1 year ago)
- Topics: blockchain, cryptocurrency, ethersjs, javascript, rainbowkit, wagmi
- Language: JavaScript
- Homepage: https://trade-crypto.vercel.app/
- Size: 2.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🪙🔁 TRADE-CRYPTO
## A simple frontend for trading cryptocurrencies that uses the Uniswap Swap widget.
> 🌐 CONNECT TO A BLOCKCHAIN - Choose the blockchain you would like to swap cryptocurrencies with, such as *Ethereum*, *Optimism*, *Arbitrum*, and more
> 🔄 TRADE CRYPTO - Using the Uniswap protocol, select an ERC-20 token you would like to sell, such as *ETH*, and another to buy, for example *DAI*. Confirm and sign the transaction with the Uniswap widget to make a trade.
### 
---
## 📦 Clone this dApp
```bash
git clone https://github.com/pryority/trade-crypto.git
```
## 🔁 Run this dApp
```
yarn
yarn dev
```
### Add custom blockchain objects to `CustomChains.js` (see Gnosis or Avalanche), then import them in `_app.js` to give users the option to connect with Rainbow Kit.