AI & DeFi learner โ building in public.
Refreshing fundamentals and shipping tiny projects daily.
- ๐ญ Now learning: JavaScript/TypeScript โ Solidity โ AI tooling
- ๐ง Interests: AI, DeFi, privacy tech (incl. FHE / FHEVM)
- โ๏ธ Public Learning Log: papachoi/learning-log
- Languages:
ยท
ยท
(learning)
- Tools:
gitยทnodeยทnpmยทhardhat(learning) - AI / Blockchain:
OpenAI APIs(learning) ยทEVMยทfhevm(reading)
- bio-playground โ experiments + notes for $BIO
- fhevm-playground โ tiny demos exploring confidential patterns
Open to beginner collabs in AI / DeFi / tech.
PRs & issues welcome!
- ๐ค AI bots โ lighter-playground, hyperliquid-playground
- ๐งฎ Confidential smart contracts with Zama FHEVM
- Day 5: ๐ Ran Zamaโs FHEVM React template locally โ first hands-on with confidential Solidity contracts.
- Day 6: ๐ณ๏ธ Built ConfidentialVoting + SealedBidAuction demos (stubbed FHE lib).
- Day 7: ๐ Switched to Zamaโs real
TFHE.sollibrary (add,mul,select,gt). - Day 9โ10: โ Built arithmetic pipelines +
EncryptedMaxdemo with encrypted branching. - Day 11: โ Compiling fully with real TFHE; parked unwrap-based demos.
- Day 12: ๐ฆ Added
ConfidentialVotingTFHE.solandSealedBidAuctionTFHE.solusing only encrypted branching (TFHE.select).