Learn Solidity: What’s Next? Posted on Since now you have learned Solidity, you might be wondering what’s next? You should go & try below options: Create your own cryptocurrency Create a fully functional & professional crowd sale… Read More
Learn Solidity: Complete Example: Voting Ballot Smart Contract Posted on In this post, we will go through the complete example of a Voting Ballot smart contract. This is a fully working smart contract for voting. Read More
Learn Solidity: Complete Example: Crowd Funding Smart Contract Posted on In this post, we will go through the complete example of a sample crowd funding smart contract. This is a fully working smart contract for crowd sale. Read More
Learn Solidity: Exceptions in Solidity Posted on In this post, we will learn how Exceptions work in Solidity Language. Read More
Learn Solidity: Events & Logging in Solidity Posted on In this post, we will learn how to declare & use events for logging in Solidity Language. Read More
Learn Solidity: Inheriting Smart Contracts Posted on In this post, we will learn how to inherit & extend existing smart contracts in Solidity Language. Read More
Learn Solidity: Creating Contracts via “new” Operator Posted on In this post, we will learn how to create or instantiate a new contract using the “new” keyword in Solidity Language. Read More
Learn Solidity: Abstract Contracts in Solidity Posted on In this post, we will learn what are abstract contracts & how to use them in Solidity Language. Read More
Fallback Function in Solidity Posted on In this post, we will learn what is fallback function & how to use them in Solidity Language. Read More
Learn Solidity: Function Modifiers & How They Works Posted on In this post, we will understand what are function modifiers & how to use them in Solidity Language. Read More