Challenges updated
parent
d8c53ff89e
commit
2e53f866e5
|
@ -8,8 +8,8 @@ Requirements to be included in the .pdf document to pass:
|
|||
2. Executive summary: What is being solved here, why do you initiate the web3 business?
|
||||
3. Product description and explanation of the solution with technical terms
|
||||
4. Team, roles and responsibilites
|
||||
5. Financial planning for the first year
|
||||
6. Roadmap to your self-sustaining project
|
||||
5. Financial planning for the first year (with strong focus on what products, services will bring income to the project)
|
||||
6. Roadmap to your self-sustaining project (with strong focus on revenue calculations)
|
||||
|
||||
We recommend to create a plan for something you want to build during the hackathon. If you already have a team in your mind, you can submit the same plan together, but we will put a way harder scoring on you, as you are not doing that alone.
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
## You can figure it out - Entry Solidity challenge
|
||||
|
||||
Figure out the flag by using the deployed Solidity DCTF smart contract. The goal is to find the password for the latest challenge started and insert it into the flag format, for example PC{IfoundIT}. Of course this is not the correct one, but if you look at the code and the explorer, even a business mind can find it :)
|
||||
TBA
|
||||
|
||||
Link: https://moonbase.moonscan.io/address/0x70f0cec3c99103113d96ed8ad82ae6a8d9a735a0#code
|
||||
Link to smart contract: TBA
|
||||
|
||||
_Keccak256: 0x2a2b9543f5867d51151a817d282fbb3abf0e763484f23867ca238f680802e9ab_
|
||||
_Keccak256: _
|
||||
|
||||
_Challenge author: six_
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
## Implement Gandalf's blockchain
|
||||
## Implement Gandalf's blockchain (AI related)
|
||||
|
||||
You need to reveal Gandalf's 8 words and create a chain of blocks with them: https://gandalf.lakera.ai/
|
||||
|
||||
Task is the create a local blockchain (no consensus/networking needed here):
|
||||
Task is the create a local blockchain (no consensus or networking needed here, just the process of block creation):
|
||||
- Beat Gandalf AI game, find all the 8 words. Put them in order. Each one of them will be the data in your block.
|
||||
- Use | as delimiter between the words and the hash. Between the word and the hash, there is a - sign.
|
||||
- How this looks like: GENESIS|WORD1-HASH|WORD2-HASH|WORD3-HASH
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## You get rusty from this challenge
|
||||
## Get rusty from this old challenge
|
||||
|
||||
Yes, I know that you know... if you have played CTFs before this is a nobr4in3r. Otherwise just look at the binary. Now you know why this challenge is rusty?
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue