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
Copy file name to clipboardExpand all lines: get-started/providers/consume-bids-mev-commit.mdx
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,22 @@ There are 4 options to communicate with the API
13
13
14
14
* We recommend using the official go RPC client to communicate with the mev-commit API. In order to use this in go code, you can go get the mev-commit package and then import the generated client.
15
15
16
+
- For Go developers, leveraging the official Go RPC client is the recommended approach. Start by installing the mev-commit package:
17
+
18
+
```bash ❯_ terminal
19
+
go get github.com/primevprotocol/mev-commit
20
+
```
21
+
22
+
- Then, incorporate the generated client into your Go application as follows:
0 commit comments