pisa-btc initial commit

Contains basic structure, zmq so subscribe to blockid messages, api and so on. Still WIP
This commit is contained in:
Sergi Delgado
2019-03-29 18:54:31 +00:00
committed by Sergi Delgado Segura
commit 39a9a92bdb
11 changed files with 214 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
*~
\#*\#
.\#*
build/
dist/
node_modules/
.vscode/
*.log
.nyc_output
logs/
.DS_Store
.idea
conf.py
bitcoin.conf
__pycache__/*
.pending*