Code for Hands on Smart Contract Development. We recommend https://quickbeam.xyz/ for a more interactive learning experience. (discount code: HOSCDEV100)
Now i realise if i run truffle develop --network goerli and use the first account with the truffle develp environment it works but this doesn't reflect of the goerli testnet blockchain
Hello I have been trying to deploy my contract to the goerli test network but i get this error.
Migrations dry-run (simulation)
1_initial_migration.js
Replacing 'Migrations'
Error: Deployment Failed
"Migrations" could not deploy due to insufficient funds
If you check my wallet address on the goerli test network you will see i have sufficient ETHER. Thank you