Skip to main content
Subscribe · Posts are tagged by chain, theme, and audience. Each entry below is a stub — click through for the full essay.
2026-06-18 — Highlight: composable visualization and the Swig smart wallet
SolanaArchitectureWallet API
Swig is a Solana smart wallet whose Sign instructions wrap other instructions. Its preset renders the nested intent by recursively delegating to the whole preset registry, so one integration covers every protocol Swig can wrap. This highlight walks through the compose mechanism, the coverage it buys, the signing UX, and how nested untrusted input stays bounded. Read the full post.
2026-05-13 — Composable by design: how Solana presets stack
SolanaArchitectureContributors
Adding a new protocol to VisualSign rarely touches existing code. The recent Solana preset wave is a useful proof point: 17 presets across nine protocols shipped without changes to existing decoders or the core parser. This post walks through the three composition primitives — the built-in IDL parser, protocol-specific preset overlays, and a build-time registry — and why adding a preset rarely means changing existing code. Read the full post.