bitcoinjs / indexd

An external bitcoind index management service module
ISC License
53 stars 23 forks source link

REST API + Block Explorer website #8

Closed dcousens closed 6 years ago

dcousens commented 7 years ago

Probably best suited to an external module

KanoczTomas commented 6 years ago

Hi, do you think your indexd can be integrated to this? https://github.com/KanoczTomas/01Cnode

demopage at http://node.ispol.sk (after implementing fee querying the site is pretty much unstable, as bitcoin core crashes here and then)

Right now I have an issue with killing bitcoind byt too much RPC. your indexd sounds like a solution! Am not a very experienced JS coder though, so will have to go through your code to fully understand it. Is there a way to reach you in case I need clarification?

Ah and a very nice project! :) All bitcoinjs ... using it to decode txes for mempool view ... TY!

dcousens commented 6 years ago

@KanoczTomas please see this example using express.

deweller commented 6 years ago

This isn't an explorer, but a full API server for (U)TXOs by address is here:

https://github.com/CounterpartyXCP/indexd-server

dcousens commented 6 years ago

Closing in favour of https://github.com/bitcoinjs/private-bitcoin/

dcousens commented 6 years ago

@deweller if you want, add https://github.com/CounterpartyXCP/indexd-server to the list of servers implemented using indexd?