Solidity

Solidity account abstraction

Creating a Solidity Smart Contract with Account Abstraction. One of the most exciting features of Solidity is account abstraction. Account…

Solidity

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…

Solidity

Modules in Solidity

Modules in Solidity. Solidity is the most widely used programming language for writing smart contracts on the Ethereum blockchain. It’s…