Generation-Foundation / ethereum-lite-explorer-crawling

This project is an open-source block explorer on EVM chain. you can find crawling & database code in this repository.
2 stars 2 forks source link

How to use this repo for some custom blockchain where RPC URL is not easy to find? #1

Open zydjohnHotmail opened 1 year ago

zydjohnHotmail commented 1 year ago

Hi, I want to know do you have some tools to find which full node for custom blockchain can be RPC server, which is not a well-known blockchain? Thanks,

Jaewoneeee commented 1 year ago

Hello. I'm not sure what you're asking. Are you asking about deploying a custom chain?

If you need a list of sidechains on Ethereum, please refer to the following link. You can find the RPC URL in the official documentation of those chains. https://ethereum.org/en/developers/docs/scaling/sidechains/

zydjohnHotmail commented 1 year ago

Hello: Here is an example, blockchain explorer for BTCBAM: http://explorer.btcbam.com This is not well-known blockchain, and it seems not easy, if not possible to find its RPC URL. Can you tell me if you have any idea or tools to find its RPC URL, or if you have any idea or tools, how I can make full node of this blockchain? I have even a full node of Bitcoin in my PC, which has way more data than this one. Please advise, Thanks,

Jaewoneeee commented 1 year ago

Hi. I don't know of any ideas or tools that can find the RPC URL for this chain. If you want to know the full node, I guess you should ask in that chain's repositories. Sorry for not being helpful. 😢