flashbots / flashbots/rbuilder
feat: Add a `--dev` flag that creates dummy relay and coinbase private keys
Open
- Dominant language
- Rust
- Stars
- 567
- Forks
- 209
- PR merge metrics
- No merged PRs in 30d
Description
Create a `--dev` flag for the `rbuilder` that creates dummy private keys for the relay and coinbase private keys.
```
$ rbuilder --dev
```
Those two flags are the only ones mandatory on the builder. It throws an error if it detects that the chain we are building blocks for is not a local devnet.
Contributor guide
Assessment
This issue has not been assessed yet.