Codes through which I am learning soliduty
LESSON 0 : Learnt basics key-words in blockchain, created a wallet in MetaMask, In-depth knowledge of how blockchain works. LESSON 1 : Started codeing on solidity, created a smart contract which stores values entered by user and deployed it in rinkeby test network :) LESSON 2 : Created a storage factory where i imported my first smart contract into my new one ( storage factory ) and used functions in other contracts in my new one LESSON 3 : Created a crowdfunding platform where public can deposit and the owner can widhraw. Learnt about for loop, modifiers,constructors, interfaces.
Created my own micro-payment channel using Solidity
:)