-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
📚 Context
By default cartesi-rollups-cli app deploy
will deploy an application with InputBox
as Data Availability (DA), newer alpha versions of cartesi-rollups-cli
supports deploying espresso applications, using InputBoxEspresso
as DA.
cartesi rollups deploy
should add this support so that developer can work with local espresso applications.
✔️ Solution
Expose a set of arguments targeting espresso applications.
--espresso-block
--espresso-namespace-id
📈 Subtasks
- implemente
--espresso-*
argumentys
🎯 Definition of Done
-
cartesi rollups deploy
command has `--espresso-*`` argument and its possible to deploy an espresso application