Skip to content

Latest commit

 

History

History

rfq-indexer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

RFQ Indexer

Overview

The RFQ (Request for Quote) Indexer is a system designed to index and track bridge events across multiple blockchain networks. It consists of two main parts: the indexer and the API.

  1. What does the rfq-indexer do? The rfq-indexer captures and stores bridge events from various blockchain networks, including Ethereum, Optimism, Arbitrum, Base, Blast, Scroll, Linea, and BNB Chain. It indexes events such as bridge requests, relays, proofs, refunds, and claims.

  2. Parts of the indexer and their users:

    • Indexer: Used by developers and system administrators to collect and store blockchain data.
    • API: Used by front-end applications, other services, or developers to query the indexed data.

Directory Structure

rfq-indexer
├── api: API service
│   ├── src/ : API source code
│   ├── package.json : API dependencies and scripts
│   ├── README.md : API documentation
├── indexer: Indexer service
│   ├── src/ : Indexer source code
│   ├── abis/ : Contract ABIs
│   ├── package.json : Indexer dependencies and scripts
│   ├── README.md : Indexer documentation