#ethereum
Read more stories on Hashnode
Articles with this tag
What is Truffle? Truffle is a toolkit for creating things on the Ethereum network. It includes tools for creating, testing, and deploying smart...
A constructor in Solidity is a special function that is automatically called when a contract is deployed. It is used to initialize the contract's...
What is Solidity? Solidity is a programming language for creating smart contracts on the Ethereum network. Smart contracts are code-based contracts...