An open API service indexing awesome lists of open source software.

https://github.com/web3-systems/multiscan-client

๐Ÿ“œ MultiScan Client manages fetching blockchain state from Scanner (Etherscan Clones) API endpoints.
https://github.com/web3-systems/multiscan-client

eth ethereum etherscan web3

Last synced: 4 months ago
JSON representation

๐Ÿ“œ MultiScan Client manages fetching blockchain state from Scanner (Etherscan Clones) API endpoints.

Awesome Lists containing this project

README

          

๐Ÿ“œ MultiScan Client
===================

![CI](https://github.com/web3-systems/multiscan-client/actions/workflows/main.yml/badge.svg)
![TS](https://badgen.net/badge/-/TypeScript?icon=typescript&label&labelColor=blue&color=555555)
[![GPLv3 license](https://img.shields.io/badge/License-MIT-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![Version](https://img.shields.io/npm/v/@web3-systems/multiscan-client.svg)](https://npmjs.org/package/@web3-systems/multiscan-client)
[![Downloads/week](https://img.shields.io/npm/dw/@web3-systems/multiscan-client.svg)](https://npmjs.org/package/@web3-systems/multiscan-client)

The `@web3-systems/multiscan-client` [node module](https://www.npmjs.com/package/@web3-systems/multiscan-client) is a MultiScan Client to fetch blockchain state from Scanner (Etherscan Clones) API endpoints.

๐Ÿ‘‰๐Ÿพ ๐Ÿ‘‰ [**API Documentation**](https://web3-systems.github.io/multiscan-client) ๐Ÿ‘ˆ๐Ÿป ๐Ÿ‘ˆ๐Ÿพ

**Supported Explorers**

- Etherscan (Ethereum)
- Mainnet
- Ropsten
- Rinkeby
- Goerli
- Kovan
- Polygonscan (Polygon)
- Mainnet
- Mumbai
- Snowtrace (Avalanche)
- Mainnet
- Fuji

### ๐Ÿ’พ ย Installation

```sh
npm install @web3-systems/multiscan-client
```

```sh
yarn add @web3-systems/multiscan-client
```

```sh
git clone https://github.com/web3-systems/multiscan-client
```

### ๐Ÿ’ป ย Developer Experience

The module is built using [TSDX zero-config CLI](https://tsdx.io/) which includes:

- Typescript
- Rollup
- Jest
- Prettier
- ESLint


Copyright 2022 [Kames Geraghty](https://web3-systems.io)

[MultiChain Providers](https://github.com/web3-systems/multichain-providers) - [MultiChain Database](https://github.com/web3-systems/multichain-database) - [React MultiChain](https://github.com/web3-systems/react-multichain)