Ethereum Smart Contract Development- Solidity Basics


Price: 24.99$
~ This course covered Remix IDE basics where you will understand the Remix IDE layout, different options like file explorer, solidity compiler, deployment option.~ Remix File explorer helps to create smart contract, solidity compiler helps to compile the smart contract and deploy option helps to deploy the smart contract~ Remix IDE unit testing feature allow developer to test the smart contract in same IDE only.~ Remix allow developers to connect to different environments using Web3 Provider and Injected Web3 option under deployments. ~ Explained how to connect Remix IDE to Local and Ethereum testnet & mainnet~ Smart Contract Lifecycle explained which include development, compilation, deployment and testing~ Solidity is smart contract programming language which is similar to Java Script~ Different variables are explained like integer, string, bytes, bool, address, array, mapping, enum, struct~ Hands on Solidity functions which include modifiers and events~ Solidity function state modifiers like pure, view , payable explained with real time use cases~ Solidity Control statement and loops explained which include if-else, while, do-while, ternary operation and for loop.~ Inheritance, abstract contract and interface concept is explained with hands-on ~ Solidity Error Handling explained with real time use case which include require function, assert function and revert function that helps to revert the state and throw exceptions