ethereum-php icon indicating copy to clipboard operation
ethereum-php copied to clipboard

How to send a transaction?

Open JellyBool opened this issue 8 years ago • 1 comments

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

JellyBool avatar Dec 04 '17 17:12 JellyBool

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.

digitaldonkey avatar Dec 04 '17 18:12 digitaldonkey