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

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5efa948 · Feb 24, 2024

History

41 Commits
Nov 8, 2023
Feb 13, 2024
Jan 19, 2024
Feb 13, 2024
Nov 8, 2023
Jan 26, 2024
Feb 24, 2024
Feb 12, 2024
Feb 12, 2024
Feb 22, 2024
Feb 13, 2024
Feb 24, 2024
Dec 22, 2023
Dec 22, 2023
Feb 9, 2024
Jan 8, 2024
Feb 24, 2024
Feb 13, 2024
Feb 22, 2024
Nov 8, 2023
Jan 25, 2024
Dec 15, 2023

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