The ERC-1155 contract standard has emerged as a powerful solution for managing multiple types of tokens within a single contract…
Solidity Samples
Solidity smart contract examples
ERC-5573 multi-asset token contracts
ERC-5573 multi-asset token contracts. In the realm of blockchain and cryptocurrency, token contracts serve as the backbone of decentralized applications…
Solidity account abstraction
Creating a Solidity Smart Contract with Account Abstraction. One of the most exciting features of Solidity is account abstraction. Account…
How to create a DAO
In this tutorial we will create a DAO smart contract. A DAO (Decentralized Autonomous Organization) is a type of organization…
Subscription payments in Solidity
Creating a Smart Contract for Subscription Payments in Ethereum Solidity Solidity is the programming language for writing smart contracts on…
Vaults and the ERC-4626 token contract
Yield bearing Vaults on the Ethereum blockchain have become popular over the last several years. Vaults are smart contracts that…
What is an ERC-1404 token contract
The Solidity ERC-1404 token contract standard is design to allow participant to meet compliance requirements in the securities industry. This…
Dynamic NFTs on Ethereum
Dynamic NFTs (Non-Fungible Tokens) are the next step in the non-fungible token evolution. They combine the uniqueness of a non-fungible…