I summarized a tutorial article on the language Solidity for people who want to implement Smart Contracts running on Ethereum.
Tutorial
- What Is Solidity?
- Solidity Tutorials 1 "Contract introduces"
- Solidity tutorial 2 "Basic syntax"
- Solidity tutorial 3 "Basic syntax Part.2"
- Solidity tutorial 4 "Cryptographic Functions ~ Structs"
- Solidity tutorial 5 "Enums ~ Multiple Inheritance and Linearization"
- Solidity tutorial 6 "Abstract Contracts"
- Solidity tutorial 7 "Fallback Functions"
- Solidity tutorial 8 "Internals - the Optimizer"
Development
1.How to Make a Dapp of a pet shop using Solidity and Truffle!
create pet-shop from a pre-prepared project called the "Truffle Box".