php-etherscan-api
php-etherscan-api copied to clipboard
Load this with codeigniter.
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' not found''
Any tips on how to load? I have coingecko load into my project from same folder and it works. What is the correct directory to run it? Vendor>Etherscan, or other?
@Alexisgarci Did you update the dependencies with composer? I tried it with the Laravel framework, it works perfectly.