https://github.com/thrishank/scooper
Convert all your shit coins into USDC in a single click
https://github.com/thrishank/scooper
solana
Last synced: about 1 month ago
JSON representation
Convert all your shit coins into USDC in a single click
- Host: GitHub
- URL: https://github.com/thrishank/scooper
- Owner: thrishank
- Created: 2024-09-29T19:35:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T15:32:07.000Z (over 1 year ago)
- Last Synced: 2025-02-12T16:33:53.456Z (over 1 year ago)
- Topics: solana
- Language: TypeScript
- Homepage: https://scooper-mu.vercel.app/
- Size: 845 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ORE Scooper
Solana web3 dapp that allows users to clean shit tokens out of their wallet and convert it all to ORE
## Installation
1. Clone the repository:
```
git clone https://github.com/thrishank/ore-scooper
cd ore-scooper
```
2. Install dependencies:
```bash
pnpm install
```
## Key Components
- /page.tsx which is home page contains most of the logic since this is a single page application
- api/tokens to fetch the tokens in the user wallets
- lib/jup.ts api call to the Jupiter api to get the swap transaction
## Technologies Used
- Next.js
- React
- TypeScript
- Tailwind CSS
- Solana Web3.js
- Jupiter swap API