From 8594833ecb0e15cce1360b684363e534aba10877 Mon Sep 17 00:00:00 2001 From: six Date: Fri, 25 Mar 2022 09:29:42 +0000 Subject: [PATCH] Lessons update and homework 2. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ead9e3..4fb2e59 100644 --- a/README.md +++ b/README.md @@ -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 - " 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 \ No newline at end of file