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
The examples haven't been updated in 5 years. It's kind of impossible to create accounts anymore. At least in quicknode and infura you can't newAccount.
If I want to see the wallet balance, which query should I run?
Or if I want to send a transaction, what should I write?
The text was updated successfully, but these errors were encountered:
This will get you a balance according to the ../vendor/web3p/web3.php/examples/sendTransaction.php
Although I can't get the sendTransaction function to work, it does provide me the balances to both send and receive accounts.
I seem to remember reading somewhere that it is no longer possible to create a newAccount on the Ethereum blockchain. Deprecated? Not sure. I use the following code to create an account:
The examples haven't been updated in 5 years. It's kind of impossible to create accounts anymore. At least in quicknode and infura you can't newAccount.
If I want to see the wallet balance, which query should I run?
Or if I want to send a transaction, what should I write?
The text was updated successfully, but these errors were encountered: