Skip to content

Broadcast API for handling consent proofs and managing broadcasting to subscribers

Notifications You must be signed in to change notification settings

xmtp/broadcast-example-api

Repository files navigation

broadcast-api

To install dependencies:

bun install

To run:

yarn dev

This project was created using bun init in bun v1.0.25. Bun is a fast all-in-one JavaScript runtime.

Example Env

An example Env File could look something like:

XMTP_ENV=dev
PORT=6989

# XMTP Broadcast specific configuration
XMTP_RATE_LIMIT_AMOUNT=1000
XMTP_RATE_LIMIT_DURATION=300000
XMTP_KEY_BUNDLE=<hex string of broadcast keybundle>
XMTP_FILE_PERSISTENCE_PATH=/tmp/xmtp

About

Broadcast API for handling consent proofs and managing broadcasting to subscribers

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published