Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Add deprecation note #293

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
![https://github.com/xmtp/bot-kit-pro/actions/workflows/test.yml/badge.svg](https://github.com/xmtp/bot-kit-pro/actions/workflows/test.yml/badge.svg) ![https://github.com/xmtp/bot-kit-pro/actions/workflows/lint.yml/badge.svg](https://github.com/xmtp/bot-kit-pro/actions/workflows/lint.yml/badge.svg) ![Status](https://img.shields.io/badge/Project_status-Alpha-orange)

# XMTP Node.js tools

![Status](https://img.shields.io/badge/Deprecated-brown)

> [!CAUTION]
> The XMTP Node.js tools are no longer maintained.

For your Frames project, consider using the tools in [xmtp-js packages](https://github.com/xmtp/xmtp-js/tree/main/packages). These updated tools provide enhanced functionality and are designed to provide better support for your development needs.

The content below is provided for historical reference only.

---

This repo provides a collection of tools for running high-quality XMTP bots in Node.js. It contains the following packages:

- [Bot Kit Pro](./packages/bot-kit-pro/README.md): `Bot Kit Pro` is a framework for running bots on the XMTP network designed for complex workflows that require high reliability.
Expand Down
Loading