This package has been deprecated

Author message:

Moved under @metamask/ scope, please use the new package name

etherscan-link

1.1.0 • Public • Published

Etherscan Link Generator

Installation

npm install etherscan-link -S

Usage

const etherscanLink = require('etherscan-link')
 
const networkId = '1'
const account = '0xFDEa65C8e26263F6d9A1B5de9555D2931A33b825'
const accountLink = etherscanLink.createAccountLink(account, networkId)
 
const hash = '0xa7540793de6b6ca7d3c948a8cc0a163bf107f5535a69353162ea9dec7ee7beca'
const txLink = etherscanLink.createExplorerLink(hash, networkId)

Readme

Keywords

Package Sidebar

Install

npm i etherscan-link

Weekly Downloads

16

Version

1.1.0

License

ISC

Unpacked Size

3.38 kB

Total Files

9

Last publish

Collaborators

  • mcmire
  • nicholasellul
  • lgbot
  • naugtur
  • ritave
  • danfinlay
  • kumavis
  • rekmarks
  • metamaskbot
  • gudahtt
  • brad.decker
  • sethkfman