# 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'
});
