header image

ericxstone

ericxstone

A full stack developer working with blockchain
Subscribe to ericxstone
Receive the latest updates directly to your inbox.
Card Header

My first thought of EIP-7702

ericxstone
April 18
As Ethereum prepares for its next major upgrade, one proposal that's caught my attention is EIP-7702—a feature that promises to reshape how wallets interact with the network. Over the past few weeks, I’ve been diving into this new standard, exploring its implications for account abstraction and what it could mean for both developers and everyday users. In this post, I’ll share my hands-on experience, what I’ve learned so far, and why EIP-7702 feels like a significant step forward for the Ethereum ecosystem.
Card Header

Particle Network - Why does it matter from a user perspective

ericxstone
September 06
Last time I have shared my experience in participating Particle Network testnet - Pioneer. I have outlined the experience and try to figure out the technology behind it. I am very amazed the work from their team because their universal gas feature is an awesome implementation of paymaster and smart account feature in ERC-4337 account abstraction. But why does it matter?
Card Header

Particle Network - An overview from a user perspective

ericxstone
August 15
In June 2024, Particle Network has raised $25M funding for their project and since then I have heard their name in many news and articles.
Card Header

Batch Ether and ERC-20 Transfer Method

ericxstone
January 05
A deep dive of some common method to achieve ERC-20 batch transfer
Card Header

Unit Testing on a Solana Program

ericxstone
December 19
This article document the journey I have been through when writing tests for Solana program
Card Header

My first taste of Foundry

ericxstone
December 10
If you have been building smart contract on Ethereum or any EVM compatible blockchain, you must have used Truffle or Hardhat as your solidity development toolkit. Recently I bumped into a blockchain dev in a meetup and he recommended to try Foundry.