1.1.0 • Published 4 years ago

etherscan-link v1.1.0

Weekly downloads
43
License
ISC
Repository
github
Last release
4 years ago

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)
1.1.0

4 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago