From fd10dca1aa84798e0a7f436cb352c919ee89d828 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 30 Jun 2026 14:44:19 +0000 Subject: [PATCH] docs: add repository moved notice to README and docs Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01XJB2yWomofyrRYTZGQT2B9 --- README.md | 2 ++ docs/pages/index.mdx | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 19bfdc6..6843626 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # node-cartesi-machine +> This repository has moved to [deroll](https://github.com/tuler/deroll) and is now published to the [@deroll/cm](https://www.npmjs.com/package/@deroll/cm/v/alpha) package. Please file issues and follow development there. + This is a JavaScript/TypeScript library for interacting with Cartesi Machines. ## Documentation diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 06f7d83..4205384 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -1,5 +1,9 @@ # Cartesi Machine + Node.js +:::warning +This repository has moved to [deroll](https://github.com/tuler/deroll) and is now published to the [@deroll/cm](https://www.npmjs.com/package/@deroll/cm/v/alpha) package. Please file issues and follow development there. +::: + The [Cartesi machine emulator](https://github.com/cartesi/machine-emulator) is distributed as a C dynamic library, and can be used from any programming language that provides some kind of C code integration. Node.js is no exception, and this library provides a binding using FFI through the [koffi](https://koffi.dev) library. It provides a fully typed and ergonomic TypeScript API for the Cartesi Machine C API and the Cartesi Machine JSON-RPC API, which allows you to create, manage, and interact with local or remote Cartesi machines from TypeScript/JavaScript applications.