Ellie

Ellie

Solidity developer, Ethereum advocate
Subscribe to Ellie
Receive the latest updates directly to your inbox.
Card Header

Enabling Low-Cost, Decentralized Micropayments on Ethereum Through Layer 2 Rollups

Ellie
December 03
As a web3 developer and former java backend developer for almost a decade, I was honored to be selected as an Ethereum Foundation scholar for Devconnect 2023 Istanbul.

ABI Encode By Hand

Ellie
November 26
This project demonstrates how to calculate a smart contract ABI(application binary interface) encoding and run it through calldata against EVM(Ethereum virtual machine). It contains a sample contract called TestABIencode which is deployed on Sepolia (an Ethereum public Testnet) and a test for our hand made ABI with Hardhat.