Zodomo
Self-taught Solidity developer combining bytecodes to do stuff nobody else is doing
Dark ForestEthereum & L2s
Pinned Repositories
alexandria
alexandria is an ERC721 contract template designed to allow for large amounts of text to be stored onchain cheaply using SSTORE2 and read by a specially designed tokenURI function that returns the text queried across all SSTORE2-created storage contracts.
AlignmentVault
AlignmentVault is a composable primitive that allows any contract or EOA to permanently allocate ETH to deepening the liquidity of a target ("aligned") NFT collection.
DelegateStaking
This contract facilitates staking assets sent to a platform via Delegate Market and issues delegate and principal tokens in return.
ERC721M
This is an abstract contract intended to be inherited in NFT contracts in order to implement alignment with Remilia's vision for Network Spirituality
Hyperchat
A cross-chain messaging dApp
LayerZeroQuoter
Foundry tooling to help assess costs when using LayerZero V2
OrdinalDucks
A placeholder NFT contract that allows minters to secure receiving an ordinal NFT manually sent to them on the Bitcoin blockchain.
RaisePool
A crowdfunded raise contract that incentivizes deposits by minting SocialCredits to participants.
SocialCredits
A semi-soulbound ERC20 token to be distributed to incentivized participants.
StateRelay
StateRelay allows contracts to read the state of other chains via bridges.
Zodomo's Repositories
Zodomo/ERC721M
This is an abstract contract intended to be inherited in NFT contracts in order to implement alignment with Remilia's vision for Network Spirituality
Zodomo/AlignmentVault
AlignmentVault is a composable primitive that allows any contract or EOA to permanently allocate ETH to deepening the liquidity of a target ("aligned") NFT collection.
Zodomo/alexandria
alexandria is an ERC721 contract template designed to allow for large amounts of text to be stored onchain cheaply using SSTORE2 and read by a specially designed tokenURI function that returns the text queried across all SSTORE2-created storage contracts.
Zodomo/LayerZeroQuoter
Foundry tooling to help assess costs when using LayerZero V2
Zodomo/SocialCredits
A semi-soulbound ERC20 token to be distributed to incentivized participants.
Zodomo/Hyperchat
A cross-chain messaging dApp
Zodomo/RaisePool
A crowdfunded raise contract that incentivizes deposits by minting SocialCredits to participants.
Zodomo/DelegateStaking
This contract facilitates staking assets sent to a platform via Delegate Market and issues delegate and principal tokens in return.
Zodomo/OrdinalDucks
A placeholder NFT contract that allows minters to secure receiving an ordinal NFT manually sent to them on the Bitcoin blockchain.
Zodomo/StateRelay
StateRelay allows contracts to read the state of other chains via bridges.
Zodomo/delegate-registry
DelegateRegistry with multichain shared state
Zodomo/DelegatedBGT
Berachain's BGT system (as of mid-August '24) refactored to allow delegated actions utilizing the Delegate Registry
Zodomo/ERC721x
Modified ERC721x to use Foundry, Solady ERC721, custom errors, and solc 0.8.23.
Zodomo/MiyaMints
MiyaMints is a platform that facilitates launching ERC721M collections using a customized AlignmentVault scheme.
Zodomo/vrf-solidity
Verifiable Random Function (VRF) library written in Solidity, updated for solc 0.8.23
Zodomo/chains
provides metadata for chains
Zodomo/CrosschainAddressRetrieval
A client-side Next.js frontend utilizing Clusters that can retrieve crosschain addresses for an NFT snapshot or address CSV
Zodomo/CrosschainAddressRetrievalSvelte
A client-side Svelte frontend utilizing Clusters that can retrieve crosschain addresses for an NFT snapshot or address CSV
Zodomo/DelegateMarketplaceWrapper
A wrapper that makes Delegate Marketplace tokens enumerable onchain for validation purposes by other smart contracts.
Zodomo/GasliteDrop
Hyper Efficient Airdrops. Gas Bad.
Zodomo/inverse-backend
Functions and contracts for the Inverse platform
Zodomo/LayerZero-v2
Zodomo/lz-oapp-foundry
Standalone LayerZero OApp fork built for Foundry without OpenZeppelin's Ownable, and their SafeERC20 and SafeCast libs replaced with Solady's alternatives. Node unnecessary.
Zodomo/lz-oapp-template
An example repo demonstrating how to set up and configure a LayerZero OApp
Zodomo/nftx-protocol-v3
Zodomo/sdk
Zodomo/SoulboundNFT
Owner-distributed soulbound NFT implementation using gas efficient contracts
Zodomo/Zodomo721
A non-production ERC721 template designed while streaming on Sanko.tv that supports AlignmentVault and LayerZero for cross-chain transfers.
Zodomo/PreapprovedERC20
ERC20 contract templates that preapprove specific addresses for all users
Zodomo/pyusd-contract
PYUSD stablecoin smart contract repo refactored to use Solidity v0.8.20, foundry for the dev environment, Solady and custom errors for gas efficiency, and updated OpenZeppelin v4.9.0 contract functionality