Skip to content

XPS (XMTP Postal Service) JSON-RPC for xmtp-specific interactions with decentralized networks

License

Notifications You must be signed in to change notification settings

xmtp/xps-gateway

Repository files navigation

XMTP Postal Service (XPS) Gateway

XPS

This postal service gateway implements the XMTP transport for registration, inbox and conversations.

Test codecov

Quick Start (Development)

Dev Containers Development

This project supports containerized development. From Visual Studio Code Dev Containers extension

Reopen in Container

or

Command line build using docker

$ docker build . -t xps-gateway:1

Testing (command line)

$ cargo test