runonbitcoin / run-db

An indexer that crawls the blockchain and calculates RUN states
MIT License
24 stars 22 forks source link

Support for bitcoind #3

Open brentongunning opened 3 years ago

brentongunning commented 3 years ago

API=bitcoind should be supported to allow RUN-DB use without 3rd-party APIs.

This API adapter should query the RPC endpoint to crawl blocks, and listen over 0MQ for mempool transactions and new blocks.

Because bitcoind does not filter transactions, the adapter should not be written in JavaScript.