Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 1020 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 1020 Bytes

Status

Caution

This repo is no longer maintained.

The documentation below is provided for historical reference only.


XMTP Postal Service (XPS) Gateway

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