Lesson 6. Summary of previous lessons and security review
Smart contract to decide what project to create (NFT/DAO/Token): [here](https://ropsten.etherscan.io/address/0xea5473fc3abfdee045b134c4b440d5ffcb67ffa9).
## Notes
@ -25,9 +29,15 @@ Lesson 5. Code review and due diligence
mapping(uint => mapping(uint => uint)) mymap;
mymap [1][1] = 42;
## HW for now
## Homework 1
- Create multiple an external function that returns two uint256s based on user input (true or fale).
- Call function of adminChange() of SafuDot from a smart contract
- Create a new repository on git.hsbp.org with the name "Homework 2 - <your_name>" and add your homework to it.
- Remember to create a README.md and LICENSE to your git repository!