Back to CV

ONE-SHOTTED.

Contract development for WZRD FUND

Built a non-custodial, no-KYC token minting and ICO platform on TON blockchain. Designed as a counterweight to meme-token platforms like pump.fun—focused on legitimate vibe-coded projects that can attract global investment and grow into real products.

Took the project from concept to production: designed the architecture, wrote the smart contracts, built the full-stack application, deployed to mainnet, and prepared for seed investment.

Technical Implementation
  • Smart Contracts (FunC/TON):
    Jetton Minter: TEP-74 compliant token factory with one-shot minting—admin automatically revoked post-mint, zero inflation possible.
    Jetton Wallet: Standard token holder for transfers and balance queries.
    ICO Sale Contract: Holds jettons, sells at fixed rate, accepts TON payments, admin withdrawal functions.
  • Backend (Node.js/Express):
    REST API for ICO metadata, transaction history, real-time TON price feed.
    PostgreSQL database for ICOs, transactions, rate limits.
    Cache System: Two-tier architecture for instant page loads. Redis (backend) stores pre-fetched chain data. Background worker, batch-refreshing all active ICOs and TON price—data. Frontend in-memory cache prevents redundant fetches during navigation.
  • Frontend (React/Vite):
    Telegram Mini App with TON Connect wallet integration.
    Multi-step ICO creation wizard with live FDV calculations.
    Neo-Brutalism design system, responsive UI.
Tech Stack
  • FunC (TON), Node.js, Express, PostgreSQL, React, Vite, TON Connect, Docker
Links