require('../vendor/autoload.php');
use Web3\Web3;
$web3 = new Web3('BLOCKCHAIN_URL:PORT');
$etherium = $web3->eth;
$accounts = $web3->eth()->accounts();
source: MIT Licence

Categorized in: