Use this repo to easily launch a local XMTP node for app development and testing purposes.
One of the following installed and running: Docker Desktop, Orbstack, or similar.
Run the up
bash script:
./up
This will download and start all Docker containers to run an XMTP node.
To configure your XMTP client to connect to the local XMTP node, set the env
client option to local
.
Run the down
bash script:
./down