Search
Ethereum ERC-4337 ‘bundlers’ — How hard is joining the network?
4.4.2023
Ethereum’s new account abstraction features make crypto more user-friendly, but how hard is it to join the new network?
Join the Plena Smart Wallet Referral Program and Win Big with $1,000,000 in PLENA Tokens
10.3.2023
PRESS RELEASE. Plena Smart Wallet, which is one of the first self-custodial wallets to support Account Abstraction is thrilled to unveil its hotly anticipated referral program that offers rewards worth up to $1,000,000 in $Plena tokens. The program aims to incentivize users to invite their friends...
‘Account abstraction’ supercharges Ethereum wallets: Dummies guide
1.3.2023
Ethereum’s just-launched ERC-4337 ‘account abstraction’ standard is a game changer for user-friendly crypto payments and mainstream adoption
Ethereum ERC-4337 'smart accounts' launch at WalletCon: Account abstraction is here
1.3.2023
The long awaited account abstraction standard was believed to be many months off, but will be launched in a surprise announcement at WalletCon in Denver
Ethereum Activates ‘Account Abstraction’ Touted by Co-Founder Buterin as Key Advance
1.3.2023
The news of the upgrade, via the deployment of ERC-4337 as a smart contract, will be shared at an ETHDenver-related event, known as WalletCon
Crypto Wallet Provider Safe Launches Developer Stack Enabling Account Abstraction
1.3.2023
The open-source stack will allow developers to build web3 apps that enable account abstraction while maintaining a web2 user experience
Payments Giant Visa Proposes Using Ethereum L2 Starknet to Bolster Auto Payments for Self-Custodial Wallets
21.12.2022
Visa, the financial services corporation headquartered in San Francisco, California, published a blog post that talks about leveraging ethereum and the layer two (L2) scaling solution Starknet so people with self-custodial wallets can pay their bills. The blog post notes that while Ethereum doesnt...
Make Your Own Tools
4.1.2021
Spencer Miskoviak on the Wealthfront blog:
By creating custom DevTools specific to an app, they can operate at an even higher abstraction to handle things like user interactions, or debugging tracking events. While this requires building and maintaining the
…
The post Make Your Own Tools...
Bitcoin Script and Onchain Contracts: Two High-Level Programming Languages for Bitcoin Cash
11.7.2020
Last May, the software developer and creator of revoke.cash, Rosco Kalis, released Cashscript version 0.4 that included a number of optimizations. Cashscript’s new website highlights the high-level language that “offers a strong abstraction layer over Bitcoin Cash’ native virtual...
A Follow-Up to PHP Templating
28.2.2020
Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I'm literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In my case, it's...
Smaller HTML Payloads with Service Workers
31.1.2020
Short story: Philip Walton has a clever idea for using service workers to cache the top and bottom of HTML files, reducing a lot of network weight.
Longer thoughts: When you're building a really simple website, you can get away with literally writing raw HTML. It doesn't take long to need a...
Let’s Build a JAMstack E-Commerce Store with Netlify Functions
20.8.2019
A lot of people are confused about what JAMstack is. The acronym stands for JavaScript, APIs, and Markup, but truly, JAMstack doesn’t have to include all three. What defines JAMstack is that it’s served without web servers. If you consider the history of computing, this type of abstraction isn’t...
JavaScript Proxy with Storage
26.7.2019
The JavaScript Proxy API provides a wealth of “magic” within JavaScript, allowing you to use any object as sort of an alias that allows a wall of validation, formatting, and error throwing. Did you know that you could also employ the Proxy API as an abstraction to different types...
In Defense of Utility-First CSS
15.1.2019
A rather full-throated argument (or rather, response to arguments against) utility (atomic) CSS from Sarah Dayan. I wondered recently if redesigns were potentially a weakness of these types of systems (an awful lot of tearing down classes) which Sarah acknowledges and recommends more abstraction...