https://github.com/guidanoli/cmioc
Cartesi Machine Input/Output Codec
https://github.com/guidanoli/cmioc
cartesi codec rollups solidity
Last synced: about 2 months ago
JSON representation
Cartesi Machine Input/Output Codec
- Host: GitHub
- URL: https://github.com/guidanoli/cmioc
- Owner: guidanoli
- License: gpl-3.0
- Created: 2024-03-25T14:49:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:29:42.000Z (10 months ago)
- Last Synced: 2025-03-29T11:23:30.162Z (3 months ago)
- Topics: cartesi, codec, rollups, solidity
- Language: MDX
- Homepage: https://cmioc.vercel.app/
- Size: 347 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cartesi Machine Input/Output Codec
In the upcoming v2 release of the Cartesi Rollups SDK, inputs and outputs will be encoded as Solidity function calldata.
This package aims to show front-end developers how inputs and outputs can be encoded or decoded using [`viem`](https://viem.sh/) and the contract ABIs exported by [`@cartesi/rollups`](https://www.npmjs.com/package/@cartesi/rollups).
It also comes with a handy-dandy CLI tool.For documentation, please visit **https://cmioc.vercel.app/**.