Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 499 Bytes

GM agent

This agent replies gm

Try XMTP using xmtp.chat and sending a message to gm.xmtp.eth

Deploy on Railway

Run the agent

# git clone repo
git clone https://github.com/ephemeraHQ/xmtp-agent-examples.git
# go to the folder
cd xmtp-agent-examples
# install packages
yarn
# generate random xmtp keys (optional)
yarn gen:keys
# run the example
yarn dev