Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 855 Bytes

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