Basic bitcoind/romanz-electrum support to sync the mempool and blocks.

This commit is contained in:
softsimon
2020-12-20 22:36:36 +07:00
parent 00244b706d
commit aabdaea47b
12 changed files with 393 additions and 38 deletions

View File

@@ -27,6 +27,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@codewarriorr/electrum-client-js": "^0.1.1",
"@mempool/bitcoin": "^3.0.2",
"axios": "^0.21.0",
"express": "^4.17.1",
"locutus": "^2.0.12",