#solidity
Read more stories on Hashnode
Articles with this tag
What is Hardhat? Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. If you were using remix so far,...
Importing Contracts Into Other Contracts. Simple Storage //SPDX-License-Identifier: MIT pragma solidity 0.8.7; //pragma mentions the version of...
//SPDX-License-Identifier: MIT pragma solidity 0.8.7; //pragma mentions the version of solidity this contract is using. contract SimpleStorage { ...
Source: youtube.com/watch?v=gyMwXuJrbJQ&list=PL.. Follow me on twitter: twitter.com/RebeloAaron Destructuring in solidity is as follows, (uint80...
Source: https://www.youtube.com/watch?v=gyMwXuJrbJQ&list=PLqO5Sqgec-7PuJycSad8PUOm6ULpbmPyk Follow me on twitter:...
Source: https://www.youtube.com/watch?v=gyMwXuJrbJQ&list=PLqO5Sqgec-7PuJycSad8PUOm6ULpbmPyk Consensus Consensus is the mechanism used to agree on...