Developers
Tools for Bid Submission
The team has developed the bidder CLI tool to make it easier for users to send bids or raw transactions to the network. Please go through the instructions there on how to use this.
We also recommend leveraging the Go RPC client or alternatively using the REST API below to send bids. For those who prefer to use command-line tools, options like grpcurl, or BloomRPC are available. These tools require the protobuf definitions from the repository to interact with the RPC services.
The REST API provides a straightforward way to submit bids using HTTP requests. For detailed usage instructions, refer to the Bidder API documentation.