Skip to content

Commit 9366c62

Browse files
authored
Merge pull request #11 from primevprotocol/ckartik/sending-first-commitment
Submitting your first commitment instructions
2 parents 659f036 + 9a6e06a commit 9366c62

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1+
To send your first commitment, you will need to connect to the primev Testnet.
2+
This will allow you to consume bids incoming to the network and submit commitments.
3+
Your first step is to set up a provider node. The following command will allow you to automatically set up a full provider mev-commit node:
14

5+
```
6+
curl -o launchmevcommit https://raw.githubusercontent.com/primevprotocol/scripts/main/launchmevcommit && chmod +x launchmevcommit && ./launchmevcommit --rpc-url https://chainrpc.testnet.mev-commit.xyz --node-type provider
7+
```
8+
9+
Now you'll want to run an emulator to simulate the accepting and rejecting of bids. You can read more about the internal builder API [here](http://localhost:3000/api-reference/provider/sendprocessedbids).
10+
11+
To get started with the emulator, open a new termainl and run the following command:
12+
<Warning>You require Go Version 1.21.1 to run the example emulator</Warning>
13+
```
14+
git clone https://github.com/primevprotocol/mev-commit.git && cd mev-commit && git checkout v0.2.0 && cd examples/provideremulator && go run .
15+
```
16+
17+
Now you have a running instance of both an emulator that will auto-accept incoming bids and a provider node that will submit commitments on your behalf.

mint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
{
3232
"group": "Get started",
3333
"pages": [
34-
"get-started/introduction",
3534
"get-started/quickstart",
3635
{
3736
"group": "Bidders",

0 commit comments

Comments
 (0)