Skip to content

Commit

Permalink
rename project postal_service
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Nov 29, 2023
1 parent 6bcddd0 commit 4fefa45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"rust-lang.rust-analyzer"
"rust-lang.rust-analyzer",
"lanza.lldb-vscode",
]
}
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
FROM ghcr.io/xmtp/rust:latest
USER xmtp

RUN ~xmtp/.cargo/bin/rustup toolchain install stable
RUN ~xmtp/.cargo/bin/rustup component add rustfmt
RUN ~xmtp/.cargo/bin/rustup component add clippy

WORKDIR /workspaces/gateway
WORKDIR /workspaces/postal_service
COPY --chown=xmtp:xmtp . .

ENV PATH=~xmtp/.cargo/bin:$PATH
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# XMTP Gateway Node
# XMTP Postal Service Node

This postal service supports the XMTP inbox backed by a decentralized network.

## Quick Start (Dev Containers)

Expand All @@ -11,5 +13,5 @@ or
Command line build using docker

```bash
$ docker build . -t xmtp_gateway:1
$ docker build . -t xmtp_postal_service:1
```

0 comments on commit 4fefa45

Please sign in to comment.