Add a `--temp-node` flag to `forc run` for spinning up a temporary fuel-core child process for the duration of execution
Open
enhancement
forc-client
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
Originally motivated by @nfurfaro's experience of having to repeatedly kill and restart fuel-core when testing scripts locally.
My response on slack:
> I think the way to go here would be to have a `--temp-node` or something like that that spins up an in-memory node for the duration of the `forc run` call. Rather than adding fuel-core as a dependency to `forc-client`, ideally we'd use `std::process::Command` to invoke the existing installed CLI `fuel-core` instance. I'll open an issue if we don't have one already!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.