Code-Parth/agave ? reverse-engineered prompt
Reverse engineered prompt
Build me a Rust based blockchain node project that can run a validator, support local testing, and expose the usual tooling for working with accounts, transactions, gossip, RPC, and a test validator.
I want it to feel like a real production grade network core, not just a demo, with a command line way to start the validator, create keys, run a local cluster, and send transactions. Please include the pieces needed for fast networking, ledger storage, runtime execution, staking and voting, plus helpful client libraries and test utilities so I can run it locally and verify everything works.
Make the setup straightforward to build from source, and add clear commands for running tests and benchmarks. If you need to check current Rust or Linux build requirements, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit