A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
1.17k
stars
555
forks
source link
Get "unknown account" when testing the sendTransaction function #339
Open
rhinogroup opened 11 months ago
Testing the send transaction function on
/vendor/web3p/web3.php/examples/sendTransaction.php
this works, this also proves that the addresses being used are definitely onchain and contain balances
/end this works
the below triggers the error "unknown account", yet the above balance requests work as intended
/end error
Would appreciate any help