Keyrxng's selfie
GitHub
TwitterTwitter
  1. Home
  2. Blog

Let's Buidl - WebAuthn Account Abstraction

April 28, 2024

Their are many ways to skin a cat as they say, and in the world of blockchain, there are many ways to abstract accounts. In this blog post, we will explore a novel approach to account abstraction using Web Credentials API (WebAuthn), session tokens, and Account Kit. Having authored this implement...

A Dynamic Web3 RPC Handler for UbiquityDAO

March 2, 2024

The premise is simple: You have a list of RPCs and you want to always use the one with the lowest latency while excluding bad eggs from future use. This is a common problem in the blockchain space, where RPCs can be unreliable and slow. I built a package to solve this problem for UbiquityDAO as par...

Using Libsodium in Cloudflare Workers and the Easter Egg I Found

February 28, 2024

While working on a bounty for [Ubiquity](https://work.ubq.fi/), I needed to port the permit generation features of the bot to a separate module for use in the kernel. This module would be used in a Cloudflare Worker, which is a serverless environment for running JavaScript on Cloudflare's edge net...