No description
- TypeScript 80%
- Solidity 13.8%
- CSS 3.9%
- JavaScript 1%
- HTML 0.7%
- Other 0.6%
| .githooks | ||
| audits | ||
| contracts | ||
| docs | ||
| frontend | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .gitleaks.toml | ||
| .gitmodules | ||
| CODEOWNERS | ||
| Makefile | ||
| README.md | ||
CL8Y OTC Swap (BSC)
Trusted-owner OTC swap on BSC: users pay USDT and receive CL8Y at an owner-set rate.
Structure
| Folder | Description |
|---|---|
contracts/ |
Foundry UUPS-upgradeable Cl8yOtc contract + deploy scripts |
frontend/ |
Static Vite React dApp |
docs/ |
Architecture, contract spec, token reference |
Quick start
# Contracts
cd contracts && forge test
# Frontend
cd frontend && npm install && npm run dev
See docs/README.md for full documentation.
Tokens (BSC mainnet)
| Token | Address |
|---|---|
| CL8Y | 0x8F452a1fdd388A45e1080992eFF051b4dd9048d2 |
| USDT | 0x55d398326f99059fF775485246999027B3197955 |