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

Results 6 laravel-ethereum issues
Sort by recently updated
recently updated
newest added

``` $params=array( 'from' =>'0x410a0cbc08011d65b4ab11b2199534e86a1131fa', 'to' =>'0xabe713314023f63b690c02737f079fb0f74a1741', "gas" => "0x76c0", // 30400 "gasPrice" => "0x9184e72a000", // 10000000000000 'value' =>'0x9184e72a', 'data' =>'0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675' ); Ethereum::eth_sendTransaction($params); i get eror message like: throw new ErrorException('Transaction...

Relate to issue [#3](https://github.com/jcsofts/laravel-ethereum/issues/3).

$ethereum= new EthereumClient([ 'host' => '167.99.130.111', // optional, default localhost 'port' => 8545, // optional, default 8332 ]);

Hi, i use method: personal_sendTransaction, but i get error:-32602 ` "invalid argument 0: json: cannot unmarshal non-string into Go struct field SendTxArgs.value of type *hexutil.Big"` I try with GuzzleHttp ```...

Hi @jcsofts. How`s going?! I'm using your package to connect into [infura.io](https://infura.io), but right now your package force to have a port to connect to, and for this service, I...

When i try to create new account i get the following Call to undefined method Jcsofts\LaravelEthereum\Facade\Ethereum::personal_newAccount() Kindly assist