ERC-1155 Example
This example demonstrates how to implement an ERC-1155 multi-token standard using Meta Contract.
ERC-20 Example
This example demonstrates how to implement an ERC20 token using Meta Contract.
ERC-4337 Example
This example demonstrates how to implement ERC-4337, focused on account abstraction.
ERC-721 Example
This example demonstrates how to implement an ERC-721 token using Meta Contract.
Examples of DAO Implementations
This section provides examples of implementing various DAO structures, such as TextDAO.
Examples of DeFi
This section provides examples of implementing various DeFi protocols, such as lending, borrowing, and staking.
Examples of ERC Implementations
This section provides examples of implementing various ERC standards, such as ERC-20, ERC-721, ERC-1155, and ERC-4337.
Simple DAO Example
This example demonstrates a simple DAO structure in Solidity, including a voting mechanism for proposals and handling votes.
Simple DEX Example
This example demonstrates a simple decentralized exchange (DEX) using Solidity, including liquidity pool management and token swapping mechanism.
Stable Credit Example
This example demonstrates a stablecoin system using Solidity, including stablecoin issuance and redemption, pegging mechanisms, and credit scoring.
TextDAO Example
This example demonstrates a TextDAO structure in Solidity, including a voting mechanism for proposals and handling votes.