cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
18 stars 38 forks source link

Generate Rust bindings for Rollups contracts on the CI and publish them to crates.io #192

Closed guidanoli closed 7 months ago

guidanoli commented 8 months ago

📚 Context

Other components in the Rollups stack may use Rust bindings to our contracts to interact with them. One of those components is Dave.

✔️ Solution

We can generate bindings with forge bind. We can also publish those bindings as a package to crates.io

guidanoli commented 7 months ago

@GCdePaula What name do you suggest for the crate?

guidanoli commented 7 months ago

How about cartesi-rollups-contracts?