From d414b1ccf26576d4af0798e2d8794b62ac3e8187 Mon Sep 17 00:00:00 2001 From: six <51x@keemail.me> Date: Sun, 30 Oct 2022 14:09:55 +0100 Subject: [PATCH] Clarification based on player questions. --- Prequalification_Challenges/ink/README.md | 4 ++-- Prequalification_Challenges/kusamaverse/README.md | 6 +++--- README.md | 4 +--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Prequalification_Challenges/ink/README.md b/Prequalification_Challenges/ink/README.md index 961b26d..e2ecd66 100644 --- a/Prequalification_Challenges/ink/README.md +++ b/Prequalification_Challenges/ink/README.md @@ -4,8 +4,8 @@ This challenge has four requirements to pass: 1. Map the services behind 45.77.137.182 and a way to connect (Alice helps!) 2. Find the flag on-chain! Format as in other challenges PMC{...} -3. Deploy the flipper ink! smart contract from your player DOT address (the one you use in the prequalifer registration form) -4. Automate the coin clip funcion call and share the code through the registration form +3. Deploy the flipper ink! smart contract from your player DOT address (the one you use in the prequalifer registration form) on 45.77.137.182 +4. Automate the coin clip function call and share the code through the registration form. This challenge requires you to have a basic understanding of Substrate and ink! smart contracts. diff --git a/Prequalification_Challenges/kusamaverse/README.md b/Prequalification_Challenges/kusamaverse/README.md index 1508401..87fe965 100644 --- a/Prequalification_Challenges/kusamaverse/README.md +++ b/Prequalification_Challenges/kusamaverse/README.md @@ -1,9 +1,9 @@ ## Kusamaverse challenge -This is a very simple challenge. Just find the Polkadot Ambassador space in the Kusamaverse and you will know what to do from there. -[Kusamaverse Link](kusama.momentum.xyz/) +This is a very simple challenge. Just find the Metaverse Championship space in the Kusamaverse and you will know what to do from there. +[Kusamaverse Link](https://kusama.momentum.xyz/) -Please make sure to upload your code you used to solve it through the form when you submit the prequalification. +You don't need to share any code or text for this challenge, just share share the flag. _Keccak256: 0x896c90f019d0aaa7977ce81c7d7299b1b43d302295f2d567509ab7e3060a797f_ diff --git a/README.md b/README.md index bafb2bb..2082786 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ __[Prequalify me!](https://www.cognitoforms.com/UnconditionalPeace/PolkadotMetav ## How to verify a flag? -You can verify your flag is correct without submitting the form. Install keccak256 with cargo and compare your findings. Example command: +You can verify your flag is correct without submitting the form. Install keccak256-cli with cargo and compare your findings. Example command: ``` echo 'PMC{This_Could_be_a_Flag.!}'|keccak256 @@ -30,8 +30,6 @@ kusamaverse - 0x896c90f019d0aaa7977ce81c7d7299b1b43d302295f2d567509ab7e3060a797f ink - 0x82703a464305aad655e2eb617f31e6e57b7e959bf8528f1d3b5968cc02ed60ac wss - 0x2f2d4bb11521956c486925241ffcca0cbf7b79bbd9be8eafaeb4fab95713b12d rust - 0x42ce6fca873fe4dc4ce4d9accdb53e02fdb497ffa6b30f421cea36c81d8ea289 -python - 0xf00b792cd63a035c76abe2fca4afe8d8b7eb8527b9b547b672545c71ee4ca77f - ``` ## Prequalification challenges