#smart-contracts
Read more stories on Hashnode
Articles with this tag
What is a smart contract? Ethereum Smart contract explained… New to the blockchain world? A lot of things can sound confusing. I was once there too…...
100 days of solidity (Day 8–12) · Abstract Contracts Now, I'm sitting here thinking of a way to explain abstract contracts in their simplest form. First,...
100 days of solidity (Day 8–12) · What is inheritance? What comes to mind when you hear the word "inheritance"? According to the Oxford Dictionary,...
(How i forgot to put this here is what is amazing) So, I made a decision to put this out there as a challenge for anyone who would want to take it up....
100 days of solidity (Day 4–7) · Fallback function In Solidity, the fallback function is a special function that is executed when a contract receives a...
Variables In solidity, there are three types of variables. The state, the local, and the global State variables State variables are variables that...