Consider introducing `forc-spend` instead of using `forc-run` to spend predicates
Open
forc-client
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
`forc-run` currently used for running scripts and with FuelLabs/sway#4918 it will also support spending predicates. This functionality can be moved into a different plugin which can still live under `forc-client`. So basically `forc-client` commands would become:
1. `forc-deploy`: Deploy contracts
2. `forc-run`: Run scripts
3. `forc-spend`: Spend predicates
cc @FuelLabs/tooling
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.