ethereum-php
ethereum-php copied to clipboard
How to send a transaction?
Hi, any demo on sending a transaction between to accounts?
I refer the docs but still confused. Is there any way to send a transaction only with this package when I have a jsonrcp server running ? How to provide the $data : https://github.com/digitaldonkey/ethereum-php/blob/master/src/SendTransaction.php#L23
Actually I never tried it, because I focused on data-retrieval functionality so far. You will need to have a Ethereum-client with an unlocked account in order to do any sending.
The documentation is here: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sendtransaction
Please share your findings.