From 0997ebd2ddcaf755380909c6957c058d8100d70d Mon Sep 17 00:00:00 2001 From: decentraliao Date: Fri, 25 Apr 2025 14:37:09 +0800 Subject: [PATCH 1/2] Update quick-guide.md --- docs/bnb-smart-chain/developers/quick-guide.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/bnb-smart-chain/developers/quick-guide.md b/docs/bnb-smart-chain/developers/quick-guide.md index e0f7a78362..2f7139a8fe 100644 --- a/docs/bnb-smart-chain/developers/quick-guide.md +++ b/docs/bnb-smart-chain/developers/quick-guide.md @@ -41,6 +41,19 @@ Interacting with BSC requires sending requests to specific JSON-RPC API methods. - [Remix](https://remix.ethereum.org) - [Hardhat](https://hardhat.org) - [Foundry](https://book.getfoundry.sh/) +- Indexing + - [Alchemy](https://www.alchemy.com) + - [Blockradar](https://www.blockradar.co) + - [ZettaBlock](https://zettablock.com) + - [NFTScan](https://www.nftscan.com) + - [Sequence](https://sequence.xyz) + - [SQD](https://www.sqd.ai) + - [SubQuery](https://subquery.network) + - [Quicknode](https://www.quicknode.com) + - [Covalent](https://www.covalenthq.com) + - [Chainbase](https://chainbase.com) + - [Envio](https://envio.dev) + - [Chainstack Subgraphs](https://chainstack.com/subgraphs/) - Wallets - [Binance Web3 Wallet](https://www.binance.com/en/web3wallet) - [Metamask](https://metamask.io/) @@ -64,4 +77,4 @@ Interacting with BSC requires sending requests to specific JSON-RPC API methods. - [CoinGecko](https://www.coingecko.com/en/chains/binance-smart-chain) - [DappBay](https://dappbay.bnbchain.org/ranking/chain/bnb-smart-chain) -For more tools and details, you can refer to [BSC Dev Tools](https://www.bnbchain.org/en/dev-tools). \ No newline at end of file +For more tools and details, you can refer to [BSC Dev Tools](https://www.bnbchain.org/en/dev-tools). From ddbcf19d1efda2263cf7e1986a1cf9f84f824070 Mon Sep 17 00:00:00 2001 From: decentraliao Date: Fri, 25 Apr 2025 15:35:49 +0800 Subject: [PATCH 2/2] updated indexer list --- docs/bnb-smart-chain/developers/quick-guide.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/docs/bnb-smart-chain/developers/quick-guide.md b/docs/bnb-smart-chain/developers/quick-guide.md index 2f7139a8fe..0eaa814e2e 100644 --- a/docs/bnb-smart-chain/developers/quick-guide.md +++ b/docs/bnb-smart-chain/developers/quick-guide.md @@ -42,18 +42,9 @@ Interacting with BSC requires sending requests to specific JSON-RPC API methods. - [Hardhat](https://hardhat.org) - [Foundry](https://book.getfoundry.sh/) - Indexing - - [Alchemy](https://www.alchemy.com) - - [Blockradar](https://www.blockradar.co) - - [ZettaBlock](https://zettablock.com) - - [NFTScan](https://www.nftscan.com) - - [Sequence](https://sequence.xyz) - - [SQD](https://www.sqd.ai) - - [SubQuery](https://subquery.network) - - [Quicknode](https://www.quicknode.com) + - [TheGraph](https://thegraph.com/) - [Covalent](https://www.covalenthq.com) - - [Chainbase](https://chainbase.com) - - [Envio](https://envio.dev) - - [Chainstack Subgraphs](https://chainstack.com/subgraphs/) + - [Others](https://www.alchemy.com/dapps/list-of/indexing-tools-on-ethereum) - Wallets - [Binance Web3 Wallet](https://www.binance.com/en/web3wallet) - [Metamask](https://metamask.io/)