The coolest terminal-based chat interface for XMTP protocol! Built with React + Ink for a beautiful TUI experience.
- Node.js v20 or higher
- Yarn v4 or higher
To run your XMTP agent, you must create a .env file with the following variables:
XMTP_CLIENT_WALLET_KEY= # the private key of the wallet
XMTP_CLIENT_DB_ENCRYPTION_KEY= # encryption key for the local database
XMTP_ENV=dev # local, dev, production# git clone repo
git clone https://github.com/ephemeraHQ/node-inbox.git
# go to the folder
cd node-inbox
# install packages
yarn
# run the agent
yarn dev