From 4e061123562ff1b56ee0ab7ae3fea08d22da286e Mon Sep 17 00:00:00 2001 From: six <51x@keemail.me> Date: Thu, 5 Oct 2023 10:59:46 +0200 Subject: [PATCH] Hacktivity 2023 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 373321f..a9b0813 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,20 @@ Hackathon contributors: SI, username, Anon, GuyFromUniversity, ZK, Metafaka team - Check and fix FE - contract integration, partially done, we need remote removals - Add FE missing functions - Re-architect in a way we don't need to redeploy +- Deploy version X + +# Workshop at Hacktivity 2023 + +Intro to blockchain, cryptography and learn to play CCTF. Smart contract steps: + +1. Deploy in Remix +2. createContest() +3. Generate a priv/pub key for the flag. +4. addOrUpdateChallenge() +5. Play, find flag +6. register() +7. submitFlag() +8. Challenge # Workshop at HITB 2023