██████╗██╗ ██╗ █████╗ ██╗ ██╗███████╗
██╔════╝██║ ██╔╝██╔══██╗╚██╗ ██╔╝╚══███╔╝
██║ █████╔╝ ███████║ ╚████╔╝ ███╔╝
██║ ██╔═██╗ ██╔══██║ ╚██╔╝ ███╔╝
╚██████╗██║ ██╗██║ ██║ ██║ ███████╗
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚══════╝
+ fullstack web3 dev | smart contracts to frontend ┌──(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 = {
"umbra-zk-blackjack": {
desc: "provably fair blackjack with ZK proofs on solana",
stack: ["noir", "groth16", "anchor", "rust", "next.js", "shadowwire"],
status: "DEPLOYED ✓",
repo: "github.com/Ckayz/solanaprivacyhack"
},
"swarm-trading-coach": {
desc: "AI multi-agent personalized trading education",
stack: ["next.js", "typescript", "supabase", "pinecone", "openai"],
status: "DEPLOYED ✓",
repo: "github.com/Ckayz/dawinners"
},
"openclaw-fighter": {
desc: "autonomous competitive agent on monad",
stack: ["solidity", "erc-8004", "openclaw", "monad"],
status: "DEPLOYED ✓",
repo: "github.com/Ckayz/molteee"
},
"neko-dashboard": {
desc: "defi transparency dashboard for vault positions",
stack: ["react", "typescript", "tailwind"],
status: "SHIPPED ✓"
}
};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]