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.
- Host: GitHub
- URL: https://github.com/pfed-prog/evmexplorer-utility
- Owner: Pfed-prog
- License: mit
- Created: 2024-10-13T14:31:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-13T02:16:31.000Z (8 months ago)
- Last Synced: 2025-11-15T18:22:33.388Z (8 months ago)
- Topics: dspyt, evmexplorer, npm-package
- Language: TypeScript
- Homepage: http://npmjs.com/package/@evmexplorer/utility
- Size: 466 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)