0xProfit
Pool-Based Prize DApp
LIVE · MAINNETTimed prize-pool DApp on BSC mainnet handling 5/10/15-token pool tiers with a custom ERC-20 (0xP). Full stack shipped solo — contract, frontend, deployment, whitepaper, brand.
- Verified TokenPool contract on BSCscan with real on-chain activity
- Custom ERC-20 (0xP) with PancakeSwap liquidity
- CEI ordering, owner-privilege scoping, real user traffic
Solidity 0.8.26BSCWeb3React
Mini-AMM
Uniswap V2-style DEX
IN PROGRESSConstant-product AMM built from scratch in Foundry — pool logic, LP token math, swap math, and slippage protection. Zero tutorial code.
- First-LP geometric mean sqrt(x·y); subsequent-LP min(Δx·T/x, Δy·T/y)
- MINIMUM_LIQUIDITY = 1000 lock against first-LP inflation (V2-style)
- CEI ordering, zero-amount validation, view-function purity
FoundrySolidityBase (target)
2026 · in progress·Repo ↗ QuickFund
Trustless Crowdfunding (Factory pattern)
TESTNETFactory contract spawns isolated Campaign contracts per fundraise. Deployed to Sepolia with verified frontend and full Foundry test coverage.
- Factory pattern for isolated per-campaign state
- Foundry test coverage + deployment scripts
- Netlify-integrated frontend
SolidityFoundrySepoliawagmi/viem
FundMe
Chainlink-priced ETH funding
TESTNETSmart contract accepting ETH contributions denominated in USD via Chainlink price feeds. 100% test coverage with Foundry.
- Real-time ETH/USD via Chainlink Oracle
- 100% forge coverage
- Anvil local + Alchemy RPC integration
FoundrySolidityChainlinkAlchemy
ERC-20 Token Suite
OpenZeppelin base assets
TESTNETOpenZeppelin-based ERC-20 tokens built as base assets for AMM integration. Deployed and verified on Sepolia.
- cast wallet import for secure key management (no .env keys)
- Verified on Sepolia
SolidityOpenZeppelinFoundry
KickStarter
Full-stack crowdfunding DApp
TESTNETFull-stack DApp where investors fund projects with a minimum ETH contribution; vendor payments release only after 51%+ investor approval via on-chain voting.
- On-chain investor voting (51% threshold)
- Next.js + Semantic UI frontend
- Mocha test suite
SolidityNext.jsweb3.jsMocha