jiatong/tron-api

There is no license information available for the latest version (dev-master) of this package.

tron api

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2021-03-31 06:55 UTC

This package is not auto-updated.

Last update: 2025-04-11 00:37:36 UTC


README

Install

> composer require jiatong/tron-api dev-master

$base_uri = "https://api.trongrid.io/v1";

$wallet = new Wallet(new Api(new Client([
    'base_uri'=>$base_uri,
    'verify'=>false
])));

//生成钱包
$wallet->generateAddress();