kames.eth 🌐 Web3 of Trust Profile picture
forever buidling
Jerome Ku Profile picture 雷神Value(✊, ⬜) Profile picture 2 subscribed
Nov 18, 2022 8 tweets 2 min read
The Delegatable framework (architected by @danfinlay + @AFDudley0) documentation is officially live.

delegatable.org

Took me way too long (to play my small part) and help write the documentation, but they're finally done and excited to share with other Web3 developers. The Delegatable framework is incredibly powerful. Including a number of battle-tested features, plus introducing entirely new concepts.

- Caveat Enforcers
- Meta-Transactions
- Nonce Queues
- And more...

IMHO it has the potential to transform the Web3 user experience entirely.
Aug 19, 2022 5 tweets 4 min read
Did a deep-dive into the @ceramicnetwork stack yesterday; inspired by @OrbisClub codebase.

What I learned 👇

The DID DataStore is simple and powerful. It solves a big problem. Exactly where IPFS and others fail.

🆔 A scalable Web3 Identity Hub

developers.ceramic.network/tools/glaze/di… Image The DID Datastore is Ceramic MiddleWare that implements IDX. In short, this allows a User to have a single, easily queryable Decentralized Identifier.

The User controls it, but developers can recommend schemas, rules and data structures. A radical departure from current models.
Aug 18, 2022 5 tweets 2 min read
🐂 The bull case for @fuellabs_⚡️

UXTO is a powerful model. Separation of state from computation is a powerful abstraction in the world of blockchain. It *can* enable modularity via state isolation.

It’s really the classic Bitcoin vs Ethereum debate.

So what if both? Isolation of state is not a new. Everyone is doing it: Fuel, Optimism, Arbitrum, etc...

LlamaPay, a dapp even using "state isolation" via events for lower-costs: github.com/LlamaPay/llama…

Point is. Scale requires isolation. Think "sharding" and "stateless clients" for heuristics.
Aug 16, 2022 6 tweets 3 min read
🎨ERC721K: Dynamic On-Chain Images and Metadata

A new framework for constructing, rendering and evolving NFTs (ERC721) using composable SVGModules and real-time DataStreams.

Code: github.com/erc721k 1/ SVGRegistry

The magic happens here. Custom `bytes` instructions are relayed between the NFT<>Registry<>Module instances.

1. NFT encodes dynamic instructions
2. Registry relays encoded message
3. Modules decode/parse instructions

Encoded instructions in 🔼 dynamic SVG out 🔽