This repo contains all smart contracts that I wrote during my initial phase of learnign solidity.
These are some small but crucial projects which helped to become comfortable with solidity.
- Used a manager controling execution of smartcontract.
- envoling minimum three people to at least bet .01 eth.
- Randomly selecting a winner transfering all the funds to his/her account address.
- created a manager, requesting for funds with specific target and deadline.
- then asking people to donated in it.
- If the target is not met and deadline is over then user can ask for refund.
- If target is achieved then asking users permission to release all to funds to reciever's address.