Solidity is the programming language to write Ethereum Smart Contracts. This video series is a step by step Solidity learning guide. Thank you willitscale for publishing such a wonderful training.
This training covers the following topics:
- Introduction to Solidity
- Inheritance in Solidity
- Solidity Custom Modifiers and Error Handling
- Imports and Libraries In Solidity
- Event logging and Transaction Information In Solidity
- Data Types In Solidity
- String Functionality and Bytes
- Debugging Solidity Using Remix
- ERC20 Tokens and Creating your own Crypto Currency
- Deploying Tokens In Solidity
- Functional Assembly In Solidity
- Instructional Assembly In Solidity
- Transferring Ethereum Between Contracts
- Public vs External In Solidity
- Time Based Events In Smart Contracts
- Polymorphism In Solidity
- Randomness In Solidity
- Nested Arrays and Storage In Solidity
- Parameter Mapping and Multiple Return Values
- Truffle, Atom and TestRPC
- Developing an ICO/Crowdsale In Ethereum
- State Modifiers In Solidity
- Create Multisig Wallet
- Multisig Wallet cont. Multi Authentication
- Auditing, Security and Testing
- Getting started with browser development using Metamask