An open API service indexing awesome lists of open source software.

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

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/**.