pineappleworkshop / ntc-services

0 stars 0 forks source link

Separate the indexer implementation from the nakamoto implementation #8

Closed berryhill closed 1 year ago

berryhill commented 1 year ago

Info

In this repo, the only real implementation that ntc is using is the services/tx_watcher.go, we need to split this service into 2 separate services, ntc-services with the watcher and pw-ord-indexer for the other. Work with matt to understand the differences, but pw-ord-indexer does not need to much attention (things are depoyed and shutoff to some extent).

The approach to take is to clone the repo and push a new repo with all the stuff. After, eliminate everything for this repo besides the tx_watcher.