Frame Transactions will be shipping in Viem if it is chosen as the “native AA standard”.
However here are my thoughts on Frame Transactions:
An ideal UX-focused protocol should offer wallets and app devs with conventional defaults, and an escape hatch for configurability.
Incur now supports distributable cross-platform Standalone Binaries!
Set up the GitHub Action, and then direct users to install your CLI via `curl` to the GitHub release!
Bonus points if you redirect your domain to get a short install URL (e.g. example.com/install.sh).
Introducing 𝚒𝚗𝚌𝚞𝚛 – the CLI framework built for agents and humans.
Automatic discovery for agents enabling a guided experience for humans, without compromising tokens & context windows.
» npx incur skills add
“SDKs are dead”
The SDKs:
function createCustomer(body) {
return fetch(‘…/customers’, {
method: ‘post’,
body
})
}
Unfortunately that’s not an SDK, it’s an API client lol