Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anastasiarods/awesome-evm-data-tools
Awesome list of EVM data tools and libraries
https://github.com/anastasiarods/awesome-evm-data-tools
List: awesome-evm-data-tools
Last synced: about 1 month ago
JSON representation
Awesome list of EVM data tools and libraries
- Host: GitHub
- URL: https://github.com/anastasiarods/awesome-evm-data-tools
- Owner: anastasiarods
- Created: 2024-10-22T19:15:13.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:24:26.000Z (about 2 months ago)
- Last Synced: 2024-10-26T01:18:53.704Z (about 2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-evm-data-tools - Awesome list of EVM data tools and libraries. (Other Lists / PowerShell Lists)
README
# Awesome EVM Data Tools
## Datasets
- [Paradigm Data Portal](https://github.com/paradigmxyz/paradigm-data-portal) ([Web](https://data.paradigm.xyz/)) - Open source crypto datasets collection for researchers and tool builders
- [GrowthePie Labels](https://labels.growthepie.xyz/) - Labels for Ethereum smart contracts
- [Blockchain ETL](https://github.com/blockchain-etl) - Blockhain data in Google BigQuery
- [Verifier Alliance](https://github.com/verifier-alliance) - An ecosystem collective aiming for easy, unified, and open access to the source-code of EVM smart contracts## Transaction Decoding
Developer Libraries:
- [Loop Decoder](https://github.com/3loop/loop-decoder) - EVM transaciton decoder and interpretation engine (TypeScript)
- [WhatsABI](https://github.com/shazow/whatsabi) - Extract the ABI (and resolve proxies, and get other metadata) from Ethereum bytecode, even without source code (TypeScript)
- [AnyABI](https://github.com/mark3labs/anyabi.xyz) - ABI fetching tool (Go)
- [Context](https://github.com/once-Upon/context/)(not maintained) - Context for Ethereum L1, L2, and L3 transactionsDebugging Tools:
- [Deth Tools](https://github.com/dethcrypto/dethtools) ([Web](https://tools.deth.net/)) - Web-based EVM data decoding and encoding tools
- [Swiss Knife](https://github.com/swiss-knife-xyz/swiss-knife) ([Web](https://swiss-knife.xyz/)) - Web-based Ethereum development and debugging tools
- [Evmtools](https://github.com/Elefria-Labs/evm-tools) ([Web](https://www.evmtools.xyz/)) - Web-based toolkit for Web3 & ZK Dapps
- [Phalcon Web Explorer](https://blocksec.com/explorer) - Online transaction debugging and simulation## Data Query
- [Cryo](https://github.com/paradigmxyz/cryo) - CLI tool for extracting blockchain data to various formats (parquet, csv, json, python dataframes)
- [Spice](https://github.com/paradigmxyz/spice/) - Client for extracting data from the Dune Analytics API
- [Indexed.xyz](https://www.indexed.xyz/#) - Free dataset for doing analysis on near real-time data on blockchains
- [WalletLabels](https://github.com/function03-labs/WalletLabels) - Wallet labeling platform with focus on labels for Ethereum as well as social labels / labeling of EOAs## Infrastructure
- [ERPC](https://github.com/erpc/erpc) - Fault-tolerant evm rpc proxy## Indexers
- [Ponder](https://github.com/ponder-sh/ponder) - an open-source framework for blockchain application backends
- [Shovel](https://github.com/indexsupply/shovel) - An Ethereum to Postgres indexer
- [TrueBlocks](https://github.com/trueblocks/trueblocks-core) - improves access to blockchain data for EVM-compatible chains (particularly Ethereum mainnet) while remaining entirely local
- [ETH Indexer](https://github.com/getamis/eth-indexer) - An Ethereum project to crawl blockchain states into database
- [Chain Indexer Framework](https://github.com/0xPolygon/chain-indexer-framework) - Polygon's chain indexing framework
- [Squid SDK](https://github.com/subsquid/squid-sdk) - is a set of open source Typescript libraries that retrieve, decode, transform and persist the data.
- [Apibara](https://github.com/apibara/dna) - Build indexers that connect onchain data to web2 services
- [Envio HyperIndex](https://envio.dev/) - Multi-chain data indexing framework for querying real-time and historical data from any EVM blockchain.## Open-source Explorers
- [Otterscan](https://github.com/otterscan/otterscan) - An open-source, fast, local, laptop-friendly Ethereum block explorer
- [Rantom](https://github.com/noateden/rantom) - Advanced blockchain & DeFi transaction viewer
- [Blockscout](https://github.com/blockscout) - Explorer for EVM chains
- [beaconcha.in](https://github.com/gobitfly/eth2-beaconchain-explorer) - Ethereum Explorer## Cloud On-chain Data Providers
- [Dune](https://dune.com/) - Blockchain analytics platform with SQL interface
- [Flipside Crypto](https://flipsidecrypto.xyz/) - Blockchain analytics platform with SQL interface
- [Allium](https://www.allium.so/) - Blockchain data platform
- [ZettaBlock](https://zettablock.com/) - Decentralized platform for open and trustless AI development
- [TokenFlow](https://tokenflow.live/) - Blockchain history as relational datasets, designed for querying
- [ChainBase](https://platform.chainbase.com/) - All-in-one web3 data infrastructure for indexing, transforming, and utilizing large-scale on-chain data.## Example Projects
- [OP Analytics](https://github.com/ethereum-optimism/op-analytics) - Analytics tools and examples for Optimism blockchain
- [Rarible Protocol Ethereum Indexers](https://github.com/rarible/ethereum-indexer-public) - Ethereum indexer and APIs by Ratible