My Projects
I’ve worked on tons of projects over the years but these are the ones that I’m most proud of. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.
ERC 5606 - Multiverse NFTs
I was a co-author of this Ethereum EIP focused on a universal representation of multiple related NFTs as a single digital asset across various platforms. This EIP has applications in the metaverse and online games.
eips.ethereum.org
Account Abstraction (ERC 4337) SDK
Bastion is a modular, lightweight, and open-source account abstraction SDK designed to simplify the integration of decentralized wallet functionality into your applications. Written in TypeScript and fully ERC 4337 compatible, Bastion ensures type safety while abstracting away the complexities of blockchain interactions.
npm package
Omni Kingdoms (web3 game)
OmniKingdoms is the ultimate Layer2 multichain RPG game that will take you on an epic adventure through a mystical world filled with dangerous creatures, ancient relics, and treacherous dungeons. I wrote the Smart Contracts for this game, which were based on the ERC 2535 Diamond pattern.
omnikingdoms.io
P2E (Play to earn) game
Blockbots is an online RPG where you can use your Blockbot PFP NFT to fight in an arena against other Blockbot NFT holders or against a random computer generated player. This game had over 100,000 gameplays during its initial alpha launch.
game.blockbots.gg
NFT marketplace
We built our own NFT marketplace for the Blockbots game where you could trade the in-game items such as weapons, powerups and other NFTs, including the Blockbot PFP collection. We generated over 10,000 MATIC from secondary sales of these items in a month after the launch.
marketplace.blockbots.gg
Diplomas on the blockchain
Attores worked on a Proof of Concept with a Singapore university Ngee Ann Polytechnic to issue digital diplomas (on a private version of Ethereum blockchain) back in 2017.
Article on a news publication
Prenup on Ethereum
I and my wife were the first couple in the world to sign a prenup on the blockchain. Although this wasnt a legally binding document, it was a fun experiment to explore how we could push the boundaries of what is possible with smart contracts.
github.com
Onchain tictactoe
I built this simple tictactoe game on the Ethereum blockchain to demonstrate how smart contracts games can be viable on Layer 2 blockchains such as Scroll. This was a fun side project to explore how bitwise operators could be used in Solidity to make the game logic more efficient.
github.com
IPFS Fonts
I submitted this project to the ETHGlobal Hackathon in 2022. The idea was to create a decentralized font library on IPFS where anyone could upload their own fonts and use them in their web3 projects, kind of like a web3 version of Google Fonts.
github.com