@tronmask/tronscan-link

1.1.1 • Public • Published

Tronscan Link Generator

Installation

npm install '@tronmask/tronscan-link'

Usage

const tronscanLink = require("@tronmask/tronscan-link");

const networkId = "1";
const account = "0xFDEa65C8e26263F6d9A1B5de9555D2931A33b825";
const accountLink = tronscanLink.createAccountLink(account, networkId);

const hash =
  "0xa7540793de6b6ca7d3c948a8cc0a163bf107f5535a69353162ea9dec7ee7beca";
const txLink = tronscanLink.createExplorerLink(hash, networkId);

TODO:

Auto detect 0x address and convert to tron address.

Readme

Keywords

Package Sidebar

Install

npm i @tronmask/tronscan-link

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

3.53 kB

Total Files

8

Last publish

Collaborators

  • kevholder