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

https://github.com/pfed-prog/evmexplorer-utility

A TypeScript package providing utility functions for the EVM Explorer ecosystem, designed to simplify blockchain data interaction across EVM-compatible chains. This package leverages the viem library to facilitate tasks such as data fetching, parsing, and integration with blockchain APIs like BlockScout.
https://github.com/pfed-prog/evmexplorer-utility

dspyt evmexplorer npm-package

Last synced: 5 months ago
JSON representation

A TypeScript package providing utility functions for the EVM Explorer ecosystem, designed to simplify blockchain data interaction across EVM-compatible chains. This package leverages the viem library to facilitate tasks such as data fetching, parsing, and integration with blockchain APIs like BlockScout.

Awesome Lists containing this project

README

          

# EVMExplorer-Utilities

[EVM Explorer](https://evmexplorer.com) TypeScript utility sdk.

## 📚 Install

```bash
npm install @evmexplorer/utility
```

or

```bash
yarn add @evmexplorer/utility
```

## More information

[EVM Explorer - Tracking Smart Contract Transaction Data](https://dspyt.com/evmexplorer)