MY STORY
message icon message icon message icon message icon
HOME PAGE
Solidity Hardhat ethers.js TypeScript Next.JS

Abstract WalletsDecentralized App

Abstract Wallets is a proof-of-concept project in which I created an abstract, smart contract wallet that can store and send ETH and ERC20 tokens. This wallet can be used by anyone who knows a password, and thus allows for social recovery, essentially a simpler version of ERC-4337. The frontend to interact with the wallet is built with Next.JS.

Vesting ServiceDecentralized App

Vesting Service is a sample dApp I built to practice advanced Solidity concepts and building out dApp frontends. The smart contract allows anyone to create an organization with its own token, and schedule vests of the token to specified members at specified times in the future. The frontend is a very basic interface built with NextJS.