Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading