Skip to content
This repository has been 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

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43ae4f7 · Feb 22, 2024

History

40 Commits
Nov 8, 2023
Feb 13, 2024
Jan 19, 2024
Feb 13, 2024
Nov 8, 2023
Jan 26, 2024
Feb 22, 2024
Feb 12, 2024
Feb 12, 2024
Feb 22, 2024
Feb 13, 2024
Feb 13, 2024
Dec 22, 2023
Dec 22, 2023
Feb 9, 2024
Jan 8, 2024
Feb 21, 2024
Feb 13, 2024
Feb 12, 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