Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why there is no private key in sending transaction code in Web3.php? #341

Open
Alireza-Zojaji opened this issue Dec 31, 2023 · 1 comment

Comments

@Alireza-Zojaji
Copy link

I want to use Web3.php so that I send contract transaction to Ethereum blockchain.

I use the following code:

$web3 = new Web3('... node address ...');
$contract = new Contract($web3->provider, $contractAbi);
$contract->at($contractAddress)->send($methodName, $param1, $param2, 
    function($err, $result) {
        ...
    });

It produces this error:

Uncaught RuntimeException: Wrong type of eth_sendTransaction method argument 0.

Now my main question is that where my private key must be provided in the code to sign the sent transaction.

@wenzhuangz
Copy link

Hi, have you solved it? This problem has been bothering me for a few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants