Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
92addc2
Update welcome-to-primev.mdx
Dogandi Jun 25, 2024
62b4bad
Update welcome-to-primev.mdx
Dogandi Jun 25, 2024
b8bc8c7
Create quickstart
Dogandi Jun 25, 2024
3d7322f
Delete get-started/quickstart
Dogandi Jun 25, 2024
e9f15b0
Rename get-started/bidders/bidder-node-commands.mdx to get-started/qu…
Dogandi Jun 25, 2024
062f6a0
Rename get-started/bidders/bidder-overview.mdx to get-started/quickst…
Dogandi Jun 25, 2024
3d6aba2
Rename first-preconf.mdx to first-preconf.mdx
Dogandi Jun 25, 2024
ee9b242
fix
Dogandi Jun 25, 2024
9024e7a
Rename quickstart.mdx to set-up-mev-commit-node.mdx
Dogandi Jun 25, 2024
1302367
Update mint.json
Dogandi Jun 25, 2024
186d740
Update mint.json
Dogandi Jun 25, 2024
4a1a3b6
Update set-up-mev-commit-node.mdx
Dogandi Jun 25, 2024
b45aaf2
Update mint.json
Dogandi Jun 25, 2024
3af79f7
Update mint.json
Dogandi Jun 25, 2024
5efe439
sections update
Dogandi Jun 25, 2024
2a0b7e0
Update mint.json
Dogandi Jun 25, 2024
12e1300
Update mint.json
Dogandi Jun 25, 2024
646c64f
section update
Dogandi Jun 25, 2024
668d7bd
Merge branch 'updates-and-fixes-v2' of https://github.com/primev/mev-…
Dogandi Jun 25, 2024
953f8f1
Update mint.json
Dogandi Jun 25, 2024
9e275df
fix
Dogandi Jun 26, 2024
a2396c6
Update mint.json
Dogandi Jun 26, 2024
4455476
Update mint.json
Dogandi Jun 26, 2024
2fdec80
Update mint.json
Dogandi Jun 26, 2024
aa330b0
Update mint.json
Dogandi Jun 26, 2024
9af039d
Update mint.json
Dogandi Jun 26, 2024
aa63ba6
Update mint.json
Dogandi Jun 26, 2024
6b9fe88
Update mint.json
Dogandi Jun 26, 2024
6c36fb7
Update mint.json
Dogandi Jun 26, 2024
dd14b0e
Update mint.json
Dogandi Jun 26, 2024
0bd3aee
Update mint.json
Dogandi Jun 26, 2024
3b98f0d
Update mint.json
Dogandi Jun 26, 2024
a4a8c9e
Update mint.json
Dogandi Jun 26, 2024
6ae0f9e
Update mint.json
Dogandi Jun 26, 2024
a49e6fb
Update mint.json
Dogandi Jun 26, 2024
6af66c5
Update mint.json
Dogandi Jun 26, 2024
fe064a1
fix
Dogandi Jun 26, 2024
db44e56
fix v2
Dogandi Jun 26, 2024
2d7bf63
Update mint.json
Dogandi Jun 26, 2024
10b5d8c
Update mint.json
Dogandi Jun 26, 2024
803f165
fix
Dogandi Jun 26, 2024
15c7529
Update mint.json
Dogandi Jun 26, 2024
cf47fc1
Update mint.json
Dogandi Jun 26, 2024
cefe240
Update mint.json
Dogandi Jun 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions developers/bidder-api.mdx → api-reference/bidder-api.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Bidder API"
sidebarTitle: "Bidder API Overview"
---

## **Bidders**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Provider API"
sidebarTitle: "Provider API Overview"
---

## **Providers**
Expand Down
File renamed without changes.
79 changes: 52 additions & 27 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
"to": "#E97D25"
}
},
"topbarLinks": [
{
"name": "Follow",
"url": "https://twitter.com/primev_xyz"
},
{
"name": "Writings",
"url": "https://mirror.xyz/preconf.eth"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/primev/mev-commit"
},
"tabs": [
{
"name": "API Reference",
Expand All @@ -29,29 +43,39 @@
{
"group": "Get Started",
"pages": [
"get-started/welcome-to-primev",
"get-started/quickstart",
"get-started/faucet",
"get-started/validators",
"get-started/relays",
"get-started/welcome-to-primev"
]
},
{
"group": "Quickstart",
"pages": [
{
"group": "Bidders",
"group": "Providers & Bidders",
"pages": [
"get-started/bidders/first-preconf",
"get-started/bidders/bidder-node-commands"
"quickstart/providers-and-bidders/set-up-mev-commit-node",
"quickstart/providers-and-bidders/faucet",
{
"group": "Bidders",
"pages": [
"quickstart/providers-and-bidders/bidders/first-preconf",
"quickstart/providers-and-bidders/bidders/bidder-node-commands",
"quickstart/providers-and-bidders/bidders/bidder-deposit"
]
},
{
"group": "Providers",
"pages": [
"quickstart/providers-and-bidders/providers/registering-a-provider",
"quickstart/providers-and-bidders/providers/consuming-bids",
"quickstart/providers-and-bidders/providers/sending-commitments",
"quickstart/providers-and-bidders/providers/querying-for-proposers"
]
}
],
"icon": "user-bounty-hunter"
"icon": "arrow-right-arrow-left"
},
{
"group": "Providers",
"pages": [
"get-started/providers/registering-a-provider",
"get-started/providers/consuming-bids",
"get-started/providers/sending-commitments",
"get-started/providers/Querying-for-proposers"
],
"icon": "network-wired"
}
"quickstart/validators",
"quickstart/relays"
]
},
{
Expand All @@ -61,11 +85,11 @@
"concepts/actors",
"concepts/network-overview",
"concepts/privacy",
"concepts/commitments",
{
"group": "Bids",
"group": "Bids & Commitments",
"pages": [
"concepts/bids/bid-structure",
"concepts/bids/commitments",
"concepts/bids/bidder-deposit",
"concepts/bids/bid-decay-mechanism"
]
Expand All @@ -88,13 +112,10 @@
"pages": [
"developers/testnet",
"developers/system-requirements",
"developers/provider-api",
"developers/bidder-api",
"developers/bidder-deposit",
"developers/tools-for-bid-submission",
"developers/stake-validator-keys-manually",
"developers/contracts",
"developers/debugging",
"developers/tools-for-bid-submission",
"developers/stake-validator-keys-manually",
"developers/manual-start-mev-commit",
"developers/run-mev-commit-chain-node"
]
Expand All @@ -112,7 +133,11 @@
},
{
"group": "API Reference",
"pages": ["api-reference/introduction"]
"pages": [
"api-reference/introduction",
"api-reference/provider-api",
"api-reference/bidder-api"
]
},
{
"group": "Provider",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Managing Your Bidder Deposit"
sidebarTitle: Managing Your Bidder Deposit
sidebarTitle: Bidder Deposit
---

**To Check Your Deposit for current window:**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Testnet Faucet"
sidebarTitle: Testnet Faucet
icon: "faucet"
---

<Note>This faucet is for Providers and Bidders only, Validators please visit the faucet links listed on [this](/get-started/validators) page</Note>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Quickstart Your mev-commit Node"
description: "Step into the Primev ecosystem with ease. This guide covers everything you need to set up your mev-commit node, whether you're aiming to be a bidder or a provider."
sidebarTitle: Quickstart
icon: "gear"
sidebarTitle: Setup Node
mode: "wide"
---

Expand Down
2 changes: 1 addition & 1 deletion get-started/relays.mdx → quickstart/relays.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Relay Guide
sidebarTitle: Relays
icon: 'arrow-right-arrow-left'
icon: 'satellite-dish'
---
import { ProviderRegistryAddress } from '/snippets/testnet-addresses.mdx';

Expand Down
File renamed without changes.