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

https://github.com/numtel/blockscout-urls

List of Blockscout explorer URLs keyed by chain id
https://github.com/numtel/blockscout-urls

blockscout ethereum

Last synced: 2 months ago
JSON representation

List of Blockscout explorer URLs keyed by chain id

Awesome Lists containing this project

README

          

# blockscout-urls

Blockchain explorer URLs keyed by chain id

All whitespace and extra characters removed to save space in your bundle

## Installation

```
npm install blockscout-urls
```

## Usage

```js
import blockscoutUrls from 'blockscout-urls';

console.log(blockscoutUrls['1']) // Ethereum Mainnet Blockscout hostname
```

## License

MIT