-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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 startand use coprocessor-cli tocreate|build|publish|deploywithout (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.
Reference: https://github.com/Mugen-Builders/co-processor-cli/blob/main/src/commands/devnet.rs#L9