xmtp_proto 3.33.0 copy "xmtp_proto: ^3.33.0" to clipboard
xmtp_proto: ^3.33.0 copied to clipboard

Protobuf client and generated classes for GRPC API

This is the authoritative source of information about the XTMP protocol itself. It contains

  • an overview of the protocol PROTOCOL.md
  • the protobuf definitions of all the elements of the protocol /proto
  • code generated from the protobuf definitions go/

Note that the generated typescript code is not committed here, instead it is generated dynamically when publishing the proto package to npm

The overview and the protobuf files together form the definition of the protocol. The overview leans heavily on the protobuf files and also serves as a guide for finding the relevant details in them.

Working on this repo #

Before committing any changes to this repo, you will want to run npm i at least once. This will install the Husky precommit hooks to your machine.

Go code will be regenerated based on the .proto files on each commit and does not need to be done manually.

Commit messages must be in the Angular Commit Message Convention

0
likes
95
pub points
17%
popularity

Publisher

verified publisherxmtp.org

Protobuf client and generated classes for GRPC API

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

fixnum, grpc, protobuf

More

Packages that depend on xmtp_proto