You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments