Add unauthenticated HTTP REST interface to public blockchain data.

This commit is contained in:
Jeff Garzik
2014-11-11 04:52:43 -05:00
parent 83f5daf2fe
commit e2655e0ab1
4 changed files with 216 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ libbitcoin_server_a_SOURCES = \
net.cpp \
noui.cpp \
pow.cpp \
rest.cpp \
rpcblockchain.cpp \
rpcmining.cpp \
rpcmisc.cpp \