-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from vesla0x1/contents
simplified structure: no content replication (achievement and coding)
- Loading branch information
Showing
24 changed files
with
126 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = "Certifications" | ||
template = "404.html" | ||
transparent = true | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
+++ | ||
title = "Personal projects and contributions" | ||
template = "section_pages_list.html" | ||
page_template = "article.html" | ||
insert_anchor_links = "right" | ||
transparent = true | ||
|
||
[extra] | ||
categorized = true | ||
+++ | ||
categorized_by = "coding" | ||
+++ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
+++ | ||
title = "OpenZeppelin Ethernaut CTF 2024" | ||
description = "Solutions of the Ethernaut CTF 2024" | ||
draft = true | ||
template = "" | ||
page_template = "" | ||
sort_by = "date" | ||
title = "OpenZeppelin Ethernaut CTF 2024 - Solutions" | ||
description = "In my first Ethereum CTF, I managed to solve challenges involving **DeFi** and reverse engineering of **EVM** bytecode" | ||
date = "2024-03-16" | ||
|
||
[taxonomies] | ||
tags = ["coding", "achievement", "ctf", "challenge", "solidity", "foundry"] | ||
|
||
[extra] | ||
achievement_category = "Web3 Achievements" | ||
category = "Challenges" | ||
features_section_name = "Solutions" | ||
home_feed_label = "Project" | ||
home_feed_label = "Challenge/CTF" | ||
subtitle = "**Ranked 62/828**" | ||
+++ | ||
|
||
**[Github](https://github.com/vesla0x1/ethernaut-ctf-2024)** | **[Achievement](/achievements/ethernaut-ctf)** | ||
**[Github](https://github.com/vesla0x1/ethernaut-ctf-2024)** | ||
|
||
## Sorry! I haven't finished writing this page yet... | ||
|
||
{{ figure(src="/images/ethernaut-challenges.png", caption="" ) }} | ||
|
||
{{ figure(src="/images/ethernaut-ctf-overview.png" , caption="Ranked 62/828") }} | ||
|
||
## References | ||
- [Scoreboard](https://ctf.openzeppelin.com/scoreboard) | ||
- [POAP Token](https://collectors.poap.xyz/token/7085116) | ||
- [Solutions repository](https://github.com/vesla0x1/ethernaut-ctf-2024) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,36 @@ | ||
+++ | ||
title = "Sui Marketplace Quest" | ||
description = "Smart contract functions implemented in **Move**" | ||
draft = false | ||
template = "article.html" | ||
title = "Sui Marketplace Quest (Overmind.xyz)" | ||
description = "Implemented smart contract functions using **Move** and ranked **10/64**" | ||
date = "2024-01-11" | ||
path = "home/coding/sui-marketplace" | ||
|
||
[taxonomies] | ||
tags = ["challenge", "coding", "Move", "overmind"] | ||
tags = ["coding", "achievement", "challenge", "overmind", "move"] | ||
|
||
[extra] | ||
subtitle = "**Ranked 10/64**" | ||
category = "Challenges" | ||
home_feed_label = "Coding" | ||
achievement_category = "Web3 Achievements" | ||
home_feed_label = "Coding challenge" | ||
+++ | ||
|
||
## Sorry! I haven't finished writing this page yet... | ||
{{ figure(src="/images/sui-marketplace-overview.png" , caption="") }} | ||
|
||
## References | ||
**[Github](https://github.com/vesla0x1/sui-marketplace)** | **[Achievement](/achievements/sui-marketplace)** | ||
## Overview | ||
[Sui Marketplace](https://overmind.xyz/quests/sui-marketplace) is one of the quests available on [Overmind.xyz](https://overmind.xyz). Overmind is an online platform that incentivises web3 learning by promoting competitive challenges (quests). On these challenges, developers should comple tasks (e.g. implement smart contract functions) and they compete for a prize pool (generally in tokens). Top performers are rewarded with a share of this prize pool. | ||
|
||
The goal of this challenge was to implement common marketplaces functions (i.e. `create_shop`, `add_item`, `unlist_item` and `purchase_item`) using the **[Move](https://move-language.github.io/move/)** language. | ||
|
||
## Solution | ||
[Pull request](https://github.com/vesla0x1/sui-marketplace/pull/1) | ||
My solution is available on this **[pull request](https://github.com/vesla0x1/sui-marketplace/pull/1/files)** - *NOTE: the original repository was private, so I have published my solution on this one*. | ||
|
||
## Achievement | ||
Even with no prior experience with **Move**, I managed to learn the basics and finish the quest just a few hours after it was released. I was **rewarded with $15 in SUI tokens** (see the [transfer transaction](https://suiscan.xyz/mainnet/tx/F2nsk4bJiYC5N8Gq6oWzB1R9htp6suSjTYm32B6YnwmC)) and ranked **10 out of 64** competitors. | ||
|
||
|
||
{{ figure(src="/images/sui-marketplace-payment.png", caption="Prize history dashboard on Overmind." ) }} | ||
|
||
## References | ||
- [Github repository](https://github.com/vesla0x1/sui-marketplace/) | ||
- [Submission code](https://github.com/vesla0x1/sui-marketplace/pull/1/files) | ||
- [Sui Marketplace quest](https://overmind.xyz/quests/sui-marketplace) | ||
- [Payment transaction on Suiscan](https://suiscan.xyz/mainnet/tx/F2nsk4bJiYC5N8Gq6oWzB1R9htp6suSjTYm32B6YnwmC) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = "Academic Publications" | ||
template = "404.html" | ||
transparent = true | ||
+++ |
Oops, something went wrong.