php-etherscan-api icon indicating copy to clipboard operation
php-etherscan-api copied to clipboard

A PHP wrapper for the etherscan.io api to fetch data and metadata from the ethereum blockchain

Results 2 php-etherscan-api issues
Sort by recently updated
recently updated
newest added

Hi im trying load this into codeigniter and im having some troubles. In my model i have: `use Etherscan\Client;` and it is in my vendor folder. Says ''Message: Class 'Etherscan\Client'...

As far as my - potentially incomplete - information goes, bscscan.com works exactly like etherscan.io, being a fork of it. To allow calls to bscscan.com you can then simply configure...