starship
starship copied to clipboard
feature request: give wallets funds at startup
oftentimes when developing you have a wallet that's hardcoded across different services (on-chain tests, bots, development tools, etc.)
it would be very helpful to simply tell Starship, in the config, to send funds to specific addresses on startup
without this feature, the only ways I'm aware of to accomplish the same thing are to manually patch the genesis, write external tooling to tap the faucet, or extract the genesis addresses and use those for product development - none of which are ideal.
I don't have a suggestion for if this would belong in its own field, faucet, etc... faucet may be the most organic, and simply have it "tap the faucet" for each address on startup, though this would disallow sending a specific amount afaict