Clarification based on player questions.
parent
4925162d5c
commit
d414b1ccf2
|
@ -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!)
|
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{...}
|
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)
|
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 funcion call and share the code through the registration form
|
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.
|
This challenge requires you to have a basic understanding of Substrate and ink! smart contracts.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
## Kusamaverse challenge
|
## 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.
|
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](kusama.momentum.xyz/)
|
[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_
|
_Keccak256: 0x896c90f019d0aaa7977ce81c7d7299b1b43d302295f2d567509ab7e3060a797f_
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ __[Prequalify me!](https://www.cognitoforms.com/UnconditionalPeace/PolkadotMetav
|
||||||
|
|
||||||
## How to verify a flag?
|
## 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
|
echo 'PMC{This_Could_be_a_Flag.!}'|keccak256
|
||||||
|
@ -30,8 +30,6 @@ kusamaverse - 0x896c90f019d0aaa7977ce81c7d7299b1b43d302295f2d567509ab7e3060a797f
|
||||||
ink - 0x82703a464305aad655e2eb617f31e6e57b7e959bf8528f1d3b5968cc02ed60ac
|
ink - 0x82703a464305aad655e2eb617f31e6e57b7e959bf8528f1d3b5968cc02ed60ac
|
||||||
wss - 0x2f2d4bb11521956c486925241ffcca0cbf7b79bbd9be8eafaeb4fab95713b12d
|
wss - 0x2f2d4bb11521956c486925241ffcca0cbf7b79bbd9be8eafaeb4fab95713b12d
|
||||||
rust - 0x42ce6fca873fe4dc4ce4d9accdb53e02fdb497ffa6b30f421cea36c81d8ea289
|
rust - 0x42ce6fca873fe4dc4ce4d9accdb53e02fdb497ffa6b30f421cea36c81d8ea289
|
||||||
python - 0xf00b792cd63a035c76abe2fca4afe8d8b7eb8527b9b547b672545c71ee4ca77f
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prequalification challenges
|
## Prequalification challenges
|
||||||
|
|
Loading…
Reference in New Issue