Some simple and clear examples of smart contract with solidity language
This is a collection of solidity examples that I practiced while I was learning about Solidity and writing smart contracts.
- Open Remix IDE
- Add one of the contracts to your workspace
- Compile the contract to check for errors
- Deploy the contract to the blockchain
The software is available as open source under the terms of the MIT License.