This guide provides a quickstart for integrating the @xmtp/mls-client
with your JavaScript project to handle messaging and conversations.
- Node.js installed on your machine.
- An environment variable
KEY
set with your private key.
First, ensure you have the necessary packages installed:
yarn install
To run the application, execute the following command in your terminal:
node index.js
This will start the application and process the group flow example.