Lots of people are annoyed with the archive then mine setup. While I don't want to remove it, it should be possible to just run a single command to get going.
The current workflow from a clean pull:
- Delete the
db_tapestore if you have one
- Run
make local (not part of this request, we will use devnet once more soon)
- Run
cargo run -- init
- Run
cargo run -- airdrop
- Run
cargo run -- archive
- Run
cargo run -- mine (if you want the mining)
- Run
cargo run -- web (if you want the RPC layer)
- Run
cargo run -- wirte -m "hello, world"
Too much... not sure what the ideal setup is but mine should start archive internally at least.
Lots of people are annoyed with the
archivethenminesetup. While I don't want to remove it, it should be possible to just run a single command to get going.The current workflow from a clean pull:
db_tapestoreif you have onemake local(not part of this request, we will use devnet once more soon)cargo run -- initcargo run -- airdropcargo run -- archivecargo run -- mine(if you want the mining)cargo run -- web(if you want the RPC layer)cargo run -- wirte -m "hello, world"Too much... not sure what the ideal setup is but
mineshould startarchiveinternally at least.