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

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

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