cartesi / rollups-contracts

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

Add `getInputBox` function to `ICartesiDApp` #149

Closed guidanoli closed 9 months ago

guidanoli commented 9 months ago

📚 Context

There should be an entry point for outsiders to know which input box is the DApp listening to. This may be particularly useful for consensuses.

✔️ Solution

Add a getInputBox function that returns the address of the input box where inputs to the DApp should be added to.

📈 Subtasks

guidanoli commented 9 months ago

FYI @tuler