six 2022-03-25 16:22:21 +01:00
commit c9144a0405
1 changed files with 11 additions and 1 deletions

View File

@ -12,6 +12,10 @@ Lesson 4. Voting in solidity
Lesson 5. Code review and due diligence
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!
## Homework 2
- Deploy your own voting contract
- Vote on the already deployed contract
- Plus: consider privacy