@luffalab/luffa-tron-sdk
v1.0.5
Published
luffa tron ts sdk
Downloads
30
Readme
SDK for Luffa Tron Wallet
Install
npm install @luffalab/luffa-tron-sdk
Usage
import {
LuffaTronSdk
} from '@luffalab/luffa-tron-sdk';
new LuffaTronSdk({
// https://nile.trongrid.io
fullHost: 'https://api.trongrid.io',
privateKey: '01',
// tron_nile
network: 'tron'
});