Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Oct 14, 2023
1 parent 9326a51 commit 1f40dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ OPTIONS:
}
```
## Sending bids as a Searcher
To send bids, you can use an gRPC api that is availible to searcher nodes.
To send bids, you can use an [gRPC api](https://github.com/primevprotocol/mev-commit/blob/main/rpc/searcherapi/v1/searcherapi.proto) that is availible to searcher nodes.
Upon running this service, searcher nodes will have access to the following:
```protobuf
service Searcher {
Expand All @@ -99,7 +99,7 @@ By default, the docker setup exposes port `13524`, which is the standard port on


## Commitments from Builders
To recieve commitments from builders, the builder-mev-node needs to have a running service that connects to the RPC endpoints and connects to the following functions:
To gather commitments from builders, the builder mev-node must maintain an active service that interfaces with the [GRPC API](https://github.com/primevprotocol/mev-commit/blob/main/rpc/builderapi/v1/builderapi.proto) and interacts with the following functions:

```protobuf
// ReceiveBids is called by the builder to receive bids from the mev-commit node.
Expand Down

0 comments on commit 1f40dbf

Please sign in to comment.