1
Install the mev-commit package
❯_ terminal
2
Incorporate the generated client into your Go application as follows
Alternative Methods
- Use https://github.com/fullstorydev/grpcurl or https://github.com/bloomrpc/bloomrpc or other GUI clients like Postman. Relevant protobuf files are available in the mev-commit repository.
- Check the API docs to use the REST APIs. The RPC APIs are also available on the HTTP server.
- Users can use the protobuf files to generate a client in language of their choice.