1.0.23 • Published 3 years ago

etherscan-client-typescript v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

etherscan-client-typescript

Build Status codecov NPM version

TypeScript client for the Etherscan API

Install

npm i --save etherscan-client-typescript

Usage

import EtherscanClient from 'etherscan-client-typescript';

async function printAbi() {
  const client = new EtherscanClient({ apiKey: 'my-key', apiUrl: 'https://api.etherscan.io/api' });
  const abi = await client.getAbi(SOME_CONTRACT_ADDRESS);
  console.log(abi);
}
1.0.23

3 years ago

1.0.21

3 years ago

1.0.19

3 years ago

1.0.17

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.1

3 years ago