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
KEYset with your private key.
First, ensure you have the necessary packages installed:
yarn installTo run the application, execute the following command in your terminal:
node index.jsThis will start the application and process the group flow example.