Fund Local Wallet
Fund your local wallet
When developing with local environment, it is a good idea to fund your wallet with some ETH tokens.
Use following command to fund your wallet with 10 ETH (replace $YOUR_WALLET_ADDRESS with your actual wallet address)
npx hardhat task:fundTarget --target $YOUR_WALLET_ADDRESS
Once the command finishes, you shall have 10 ETH allocated to your wallet.
Last updated