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.
- Host: GitHub
- URL: https://github.com/web3-systems/multiscan-client
- Owner: web3-systems
- License: mit
- Created: 2021-12-24T16:42:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T02:45:11.000Z (over 3 years ago)
- Last Synced: 2025-09-25T12:37:12.894Z (9 months ago)
- Topics: eth, ethereum, etherscan, web3
- Language: TypeScript
- Homepage: https://github.com/web3-systems/chainscan-client
- Size: 105 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
๐ MultiScan Client
===================


[](http://perso.crans.org/besson/LICENSE.html)
[](https://npmjs.org/package/@web3-systems/multiscan-client)
[](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)