██████╗██╗ ██╗ █████╗ ██╗ ██╗███████╗
██╔════╝██║ ██╔╝██╔══██╗╚██╗ ██╔╝╚══███╔╝
██║ █████╔╝ ███████║ ╚████╔╝ ███╔╝
██║ ██╔═██╗ ██╔══██║ ╚██╔╝ ███╔╝
╚██████╗██║ ██╗██║ ██║ ██║ ███████╗
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
┌──(ckayz㉿web3)─[~/about]
└─$ cat profile.conf
[identity]
role = "fullstack web3 developer"
focus = "smart contracts → backend → frontend"
side_quest = "vibe coder / prompt engineer"
[philosophy]
primary = "the gap between 'works' and 'feels safe' is where projects die"
mission = "close that gap"
mantra = "less approval popups. more confidence."drwxr-xr-x contracts/
├── solidity
├── rust
├── anchor
├── hardhat
└── foundry
drwxr-xr-x chains/
├── solana
├── ethereum
├── arbitrum
└── tron
drwxr-xr-x frontend/
├── react
├── typescript
├── next.js
├── tailwind
└── vite
drwxr-xr-x backend/
├── node.js
├── express
├── postgresql
└── redis
drwxr-xr-x vibes/
├── prompt-engineering
├── claude
├── Gemini
├── KimiK
├── cursor
└── v0/**
* @dev deployed projects
*/
const builds = {
"d21-voting-system": {
desc: "quadratic voting dApp on solana",
stack: ["anchor", "rust", "react"],
status: "DEPLOYED ✓",
tx: "0x..."
},
"expiring-token": {
desc: "event tickets + lucky draw mechanics",
stack: ["tron", "solidity", "dex"],
status: "DEPLOYED ✓",
tx: "0x..."
},
"defi-dashboards": {
desc: "trust-focused vault UI components",
stack: ["react", "typescript", "tailwind"],
status: "IN_PROGRESS ◉"
}
};rust ░░░░░░░░░░░░░░░░░░░░ 65%
multi-agent-systems ░░░░░░░░░░░░░░░░░░░░ 40%
on-chain-transparency ░░░░░░░░░░░░░░░░░░░░ 70%
mcp-servers ░░░░░░░░░░░░░░░░░░░░ 30%╔══════════════════════════════════════════════════════════════╗
║ "smart contracts are easy. ║
║ making users trust them is the hard part." ║
╚══════════════════════════════════════════════════════════════╝
└─$ exit
[process completed]