btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.17k stars 2.34k forks source link

HTTP REST API? #200

Open adamkrellenstein opened 9 years ago

adamkrellenstein commented 9 years ago

With 0.10.0, Bitcoin Core will start providing an unauthenticated HTTP REST API for public blockchain data (which is all btcd handles). See https://github.com/bitcoin/bitcoin/pull/2844. Is it planned to add such a capability to btcd?

davecgh commented 9 years ago

We haven't really discussed it yet, but, unless it's horrible like the existing RPC interface, we will likely adopt it as well. We do not want a repeat of the mess that is the current Bitcoin Core JSON-RPC API.

wallclockbuilder commented 8 years ago

I will love to work on this task. Hope no one else is working on it.

davecgh commented 8 years ago

Awesome! As discussed in IRC, I'll post some more details over the coming days, but the general plan here is to do this in the following stages:

wallclockbuilder commented 8 years ago

Sounds good. Looking forward to the details.

0xmichalis commented 8 years ago

This would be nice.

Zatvobor commented 7 years ago

any updates? @wallclockbuilder, are you still working on that?