Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 560 Bytes

Group Quickstart with MLS-Client

This guide provides a quickstart for integrating the @xmtp/mls-client with your JavaScript project to handle messaging and conversations.

Prerequisites

  • Node.js installed on your machine.
  • An environment variable KEY set with your private key.

Development

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.