Smart Contracts. Advanced Development
Solhint Solhint is a linter for your Solidity Smart Contracts. It will flag things like unspecified visibility modifier on variables. You can add Solhint to your project with:...
Getting Started with Solidity Events
Ethereum also supports events and these can very important for notifying external applications. Events are part of the transaction receipts and they are executed by clients. Eve...
Hardhat. A Smart Contract Development Framework
A smart contract development framework makes it easy to create smart contracts fast. We have previously gone through the Solidity fundamentals and how to deploy Smart Contract w...
Deploy Your First Smart Contract With Ethers.js
We have previously talked about Blockchain and Solidity on a previous post, so if you don’t know what Blockchain, Smart Contracts or Solidity are, go ahead and take a look at Ge...