For the complete documentation index, see llms.txt. This page is also available as Markdown.

BSC

This section provides information specific to the BSC blockchain.

Open Toolbox Open Performance Open API Management (RPC & Subgraphs)

Chain.Love on BSC currently provides the Toolbox module — a way to discover and compare Web3 service providers (Indexing, Bridges, Oracles, Wallets, etc.).

  • Discover providers (start here): open the Toolbox → browse categories → shortlist and compare offers.

  • Harden production access: open Performance → set monitoring/notifications → configure routing and failover.

  • Need an RPC/Subgraphs right now: open API Management → use RPC/Subgraphs endpoints (details below).

Modules on BSC

Toolbox (Discovery & comparison)

  • What it is: a chain-specific marketplace/registry of Web3 services.

  • Key features:

    • Discover: browse categories and filter offers

    • Compare: side-by-side comparison

    • AI search: search across the database (including cross-ecosystem queries)

    • Widget for docs: embed a compact Toolbox view into documentation

    • Contributing: improve the open-source database

  • Open: https://bsc.chain.love/

Performance (Monitoring & routing)

API Management (RPC & Subgraphs)

This module is for accessing APIs (RPC/Subgraphs). If you’re evaluating providers or comparing options, start with the Toolbox section above.

RPC (JSON-RPC)

We host one JSON-RPC API endpoint for Ethereum Mainnet:

  • Archival Node: This node provides access to the entire blockchain history, starting from genesis, as is. API is fully compatible with the Ethereum JSON-RPC API. Only POST endpoints are supported.

Subgraphs (Indexing)

You can query your subgraphs using the following methods:

  • By name: https://proxy.bsc.chain.love/subgraphs/name/<SUBGRAPH_NAME>

Last updated