You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command should start the coprocessor devnet environment.
It may require adding dependencies to cartesi/sdk or even releasing new container images like cartesi/coprocessor-runtime or cartesi/coprocessor-sdk.
Put compose files inside apps/cli/src/compose/coprocessor
Every file needed should be part of apps/cli or packages/sdk and be used forthe command
It's possible to run cartesi coprocessor start and use coprocessor-cli to create|build|publish|deploy without (or with minor) changes
The goal here is to implement the first coprocessor command and use it with current coprocessor-cli while we manage to migrate other parts of the coprocessor-cli into cartesi/cli.
This command should start the coprocessor devnet environment.
It may require adding dependencies to
cartesi/sdk
or even releasing new container images likecartesi/coprocessor-runtime
orcartesi/coprocessor-sdk
.cartesi coprocessor start
and use coprocessor-cli tocreate|build|publish|deploy
without (or with minor) changesThe goal here is to implement the first coprocessor command and use it with current coprocessor-cli while we manage to migrate other parts of the coprocessor-cli into
cartesi/cli
.Reference: https://github.com/Mugen-Builders/co-processor-cli/blob/main/src/commands/devnet.rs#L9
The text was updated successfully, but these errors were encountered: