TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to Download Blockchain Data?

2 pointsby gajusabout 4 years ago
I wish to download every transaction that happened on blockchain since the genesis. In particular, I want to download data for BSC.<p>* How do I download blockchain data?, e.g. Is there an API or a protocol I can use? * Once I&#x27;ve dowloaded the data to date... How do I subscribe to new transactions?

3 comments

wmfabout 4 years ago
Install a full node and perform a full sync: <a href="https:&#x2F;&#x2F;docs.binance.org&#x2F;smart-chain&#x2F;developer&#x2F;fullnode.html" rel="nofollow">https:&#x2F;&#x2F;docs.binance.org&#x2F;smart-chain&#x2F;developer&#x2F;fullnode.html</a><p>Then use the RPC API (looks like BSC is a clone of Ethereum so it uses the same API): <a href="https:&#x2F;&#x2F;eth.wiki&#x2F;json-rpc&#x2F;API" rel="nofollow">https:&#x2F;&#x2F;eth.wiki&#x2F;json-rpc&#x2F;API</a>
评论 #26775145 未加载
gajusabout 4 years ago
For anyone discovering this later, here is a more detail answer <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;67057078&#x2F;368691" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;a&#x2F;67057078&#x2F;368691</a>
arthurcolleabout 4 years ago
For what protocol?
评论 #26775031 未加载