hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
158 stars 65 forks source link

How to do it? #221

Closed echoWeb3 closed 1 year ago

echoWeb3 commented 1 year ago

Sorry, I am a btc novice, I have already installed the project in the normal link. Now I need to get the information of the btc ordinal in real time to deploy this git library: https://github.com/hirosystems/ordinals-api

What should I do? If you have time, I hope you can give me an answer with more words, thank you!

lgalabru commented 1 year ago

Hi @echoWeb3! As soon as signaling through bitcoind is implemented, we will publish more documentation, but until then, you ll need to run both a bitcoind node and a stacks-node. As a consequence, running a chainhook-node is a bit tedious at the moment. This issue is being tracked here https://github.com/hirosystems/chainhook/issues/224 and we will be addressing it in the coming weeks.

lgalabru commented 1 year ago

The documentation was updated and we do another pass using feedbacks in https://github.com/hirosystems/chainhook/issues/248.