ethereum-php
ethereum-php copied to clipboard
PHP interface to Ethereum JSON-RPC API. Fully typed Web3 for PHP 7.X
Hi, I'm trying to fetch account balances from ERC20 smart contracts. To do so, I have the [ERC20 standard ABI](https://github.com/ethereum/wiki/wiki/Contract-ERC20-ABI), so I should just have to call the "balanceOf" function...
Currently, there two (maybe even more) Ethereum / Web3 libraries for PHP, [digitaldonkey/ethereum-php](https://github.com/digitaldonkey/ethereum-php/) and [sc0Vu/web3.php](https://github.com/sc0Vu/web3.php/). Both are great and they have some special features. It will be great if they...
If you application requires you to analyze blocks it would be great to make use of Bloom filters. Bloom filters enable you to test with little effort, if the Block...
I cloned dev branch into public html and installed dependencies through composer. I want to to use this project to interact with my php7 website and a go-ethereum node running...
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...
At least binance RPC doesn't work if the parameters aren't padded to be 32 bytes wide as according to the spec https://docs.soliditylang.org/en/latest/abi-spec.html
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.4.2 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....
Is there any chance to add support to ABIs encoded with Hardhat, besides Truffle?