Skip to content

publiqnet/ethereum-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etherscan

This lib is created for connecting to EthereumExplorer api using php.

USAGE


$ep = new EthereumExplorer('url_of_service');

try {
    echo $ep->checkStatus() . PHP_EOL;
} catch (Exception $exception) {
    echo $exception->getMessage() . PHP_EOL;
}

About

A public php lib for using the EthereumExplorer service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages