Skip to content

Commit

Permalink
Merge pull request #6 from vesla0x1/contents
Browse files Browse the repository at this point in the history
fix(sui-marketplace): overview
  • Loading branch information
vesla0x1 authored Apr 25, 2024
2 parents 41df081 + ee24d41 commit 737a235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/coding/sui-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ home_feed_label = "Coding challenge"
{{ figure(src="/images/sui-marketplace-overview.png" , caption="") }}

## 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 has the goal to be an "on-chain resume" and to incentivize web3 learning by promoting competitive challenges (quests). In these challenges, developers should complete tasks, such as implementing smart contract functions and compete for a prize pool, generally in APTOS or SUI tokens. Top performers receive a share of this prize pool as a reward.
[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 has the goal of serving an "on-chain resume" and incentivizing web3 learning by promoting competitive challenges (quests). In these challenges, developers should complete tasks, such as implementing smart contract functions and compete for a prize pool, generally in APTOS or SUI tokens. Top performers receive a share of this prize pool as a reward.

The goal of Sui Marketplace 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. This challenge was promoted by the [Sui Foundation](https://sui.io), and rewards were in SUI tokens.

Expand Down

0 comments on commit 737a235

Please sign in to comment.