https://github.com/edycutjong/ducope
π° Error-State Meme Token Minter β Turn failed swaps into new coins instantly β Built for Colosseum Frontier Hackathon
https://github.com/edycutjong/ducope
frontier hackathon meme-coin nextjs solana typescript
Last synced: 2 days ago
JSON representation
π° Error-State Meme Token Minter β Turn failed swaps into new coins instantly β Built for Colosseum Frontier Hackathon
- Host: GitHub
- URL: https://github.com/edycutjong/ducope
- Owner: edycutjong
- License: mit
- Created: 2026-05-09T08:24:33.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-10T15:17:28.000Z (about 1 month ago)
- Last Synced: 2026-05-10T17:22:51.773Z (about 1 month ago)
- Topics: frontier, hackathon, meme-coin, nextjs, solana, typescript
- Language: TypeScript
- Homepage: https://ducope.edycu.dev
- Size: 1.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Ducope π
Empowering Web3 traders to turn failed swaps into new meme coins instantly.
[](https://ducope.edycu.dev)
[](https://youtu.be/m6wcbRwVBmQ)
[](https://ducope.edycu.dev/pitch)
[](https://superteam.fun/earn/listing/dumdotfun)






[](https://github.com/edycutjong/ducope/actions/workflows/ci.yml)
---
## πΈ See it in Action
*(Demo GIF and UI screenshots can be found in the `docs/assets` directory)*
## π‘ The Problem & Solution
In the chaotic world of meme coin trading, failed transactions due to high slippage or MEV bots are a frustrating reality.
**Ducope** solves this by turning this pain point into a feature. It is an error-state meme token minterβif your swap fails, you instantly become the founder of a new token.
**Key Features:**
- β‘ **High Performance:** Instant detection of failed swaps and automated contract deployment.
- π **Secure by Design:** Verifiable on-chain actions and robust smart contract security.
- π¨ **Intuitive UX:** Beautiful, user-centric interface built for scale.
## ποΈ Architecture & Tech Stack
### Tech Stack
| Component | Technology | Description |
|-----------|------------|-------------|
| **Frontend** | Next.js 16, React 19 | App Router, SSR, Server Components |
| **Styling** | Tailwind CSS v4, Framer Motion | High-performance responsive UI & animations |
| **Language** | TypeScript | Strict type safety across the stack |
| **Blockchain** | Solana | Fast, low-cost meme token minting |
| **Testing** | Vitest | Comprehensive unit and component testing |
For a detailed breakdown of our system architecture and data flow, please refer to the [Architecture Document](docs/ARCHITECTURE.md).
## π Sponsor Tracks Targeted
* **Web3 SDK Integration**: We used standard Web3 Tooling to handle wallet connection and transaction lifecycle. The implementation can be found in our core app logic.
* **Frontend Infrastructure**: We deployed our high-performance edge application using Vercel.
## π Run it Locally (For Judges)
1. **Clone the repo:** `git clone https://github.com/edycutjong/ducope.git`
2. **Install dependencies:** `npm install`
3. **Set up environment variables:** Rename `.env.example` to `.env.local` and add your keys.
4. **Run the app:** `npm run dev`
> **Note for Judges:**
> You can skip importing a real wallet! Use our built-in test credentials to test the flow instantly:
> **Test Account:** `judge@hackathon.com` | **Password:** `hackathon2026`
> Alternatively, connect any burner wallet on a supported Testnet.
---
## π License
This project is licensed under the [MIT License](LICENSE).