https://github.com/tuler/node-cartesi-machine
Node.js bindings for the Cartesi Machine
https://github.com/tuler/node-cartesi-machine
cartesi nodejs
Last synced: 5 months ago
JSON representation
Node.js bindings for the Cartesi Machine
- Host: GitHub
- URL: https://github.com/tuler/node-cartesi-machine
- Owner: tuler
- License: apache-2.0
- Created: 2024-03-24T23:14:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T21:00:18.000Z (11 months ago)
- Last Synced: 2025-07-23T23:06:42.713Z (11 months ago)
- Topics: cartesi, nodejs
- Language: TypeScript
- Homepage: https://tuler.github.io/node-cartesi-machine/
- Size: 349 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# node-cartesi-machine
This is a JavaScript/TypeScript library for interacting with Cartesi Machines.
## Documentation
Documentation is available at [https://tuler.github.io/node-cartesi-machine/](https://tuler.github.io/node-cartesi-machine/)
## Building
```shell
pnpm i
pnpm run build
```
## License
License under [Apache-2](./LICENSE).