You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could add an extension for on-chain balance checks.
This would also prevent a user from using a wrong mnemonic in ganache, since we could check the balance before sending the first TX.
Otherwise the ganache chain just prints eth_getTransactionReceipt forever until it times out.
This came up as an idea after getting feedback for our tutorial code from a user who had this problem.
The text was updated successfully, but these errors were encountered:
ggwpez
changed the title
Extension: On-chain Balance check
Tutorial Extension: On-chain Balance check
Mar 12, 2021
We could add an extension for on-chain balance checks.
This would also prevent a user from using a wrong mnemonic in
ganache
, since we could check the balance before sending the first TX.Otherwise the ganache chain just prints
eth_getTransactionReceipt
forever until it times out.This came up as an idea after getting feedback for our tutorial code from a user who had this problem.
The text was updated successfully, but these errors were encountered: