UNPKG

@luffalab/luffa-tron-sdk

Version:

luffa tron ts sdk

23 lines (15 loc) 326 B
# SDK for Luffa Tron Wallet ## Install `npm install @luffalab/luffa-tron-sdk` ## Usage ```ts import { LuffaTronSdk } from '@luffalab/luffa-tron-sdk'; new LuffaTronSdk({ // https://nile.trongrid.io fullHost: 'https://api.trongrid.io', privateKey: '01', // tron_nile network: 'tron' });