Skip to content

Commit

Permalink
add content
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed May 25, 2024
1 parent 8d145f6 commit b364965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<section>
<h2>Gameplay</h2>
<p>
Searchers of Nottingham is an <a href="https://chain.link/education-hub/maximal-extractable-value-mev" target="_blank">MEV</a>-themed game built on the <a href="https://ethereum.org" target="_blank">Ethereum</a> Virtual Machine. Players submit <a href="https://ethereum.org/en/developers/docs/smart-contracts/" target="_blank">smart contracts</a> which represent Merchants at a medieval fair trying to stock their stall with goods (tokens). Merchants face each other in multiple small games. Each round Merchants will try to exchange their gold and goods at the Market (a constant product <a href="https://chain.link/education-hub/what-is-an-automated-market-maker-amm" target="_blank">AMM</a>). But a Merchant can also choose to bid gold to become the Sheriff for that round. The Sheriff chooses the order in which trades are made and can also insert their own. The first Merchant to acquire the maximum amount of any single good will win!
Searchers of Nottingham is an <a href="https://chain.link/education-hub/maximal-extractable-value-mev" target="_blank">MEV</a>-themed game built on the <a href="https://ethereum.org" target="_blank">Ethereum</a> Virtual Machine. Players submit <a href="https://ethereum.org/en/developers/docs/smart-contracts/" target="_blank">smart contracts</a> which represent Merchants at a medieval fair trying to stock their stall with goods (tokens). Merchants face each other in multiple small games. Each round Merchants will try to exchange their gold and goods at the Market (a constant product <a href="https://chain.link/education-hub/what-is-an-automated-market-maker-amm" target="_blank">AMM</a>). But a Merchant can also choose to bid gold to become the Sheriff for that round. The Sheriff chooses the order in which all trades are made and can also make their own trades at will. The first Merchant to acquire the maximum amount of any single good will win!
</p>
</section>
<section>
Expand Down

0 comments on commit b364965

Please sign in to comment.