Solana web3 dapp that allows users to clean shit tokens out of their wallet and convert it all to ORE
- Clone the repository:
git clone https://github.com/thrishank/ore-scooper
cd ore-scooper
- Install dependencies:
pnpm install
- /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
- Next.js
- React
- TypeScript
- Tailwind CSS
- Solana Web3.js
- Jupiter swap API