From 95ef34a6819486f83447904697d1e4785bd01127 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sat, 31 Aug 2019 01:26:22 +0300 Subject: [PATCH] Add some missing Bitcoin projects (#13) --- data/ecosystems/b/bitcoin.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/ecosystems/b/bitcoin.toml b/data/ecosystems/b/bitcoin.toml index 384d9b76..49c4452e 100644 --- a/data/ecosystems/b/bitcoin.toml +++ b/data/ecosystems/b/bitcoin.toml @@ -169,6 +169,10 @@ url = "https://github.com/blocktrail/blocktrail-sdk-php" [[repo]] url = "https://github.com/blocktrail/blocktrail-sdk-python" +[[repo]] +url = "https://github.com/BlueWallet/BlueWallet" +tags = ["Wallet"] + [[repo]] url = "https://github.com/BobWallet/BobWallet" @@ -265,6 +269,9 @@ url = "https://github.com/btcsuite/websocket" [[repo]] url = "https://github.com/btcsuite/winsvc" +[[repo]] +url = "https://github.com/chris-belcher/electrum-personal-server" + [[repo]] url = "https://github.com/coinspark/php-OP_RETURN" @@ -328,6 +335,9 @@ url = "https://github.com/janoside/btc-rpc-explorer" [[repo]] url = "https://github.com/Jfaler/Bitcoin-Casino" +[[repo]] +url = "https://github.com/JoinMarket-Org/joinmarket-clientserver" + [[repo]] url = "https://github.com/JornC/bitcoin-transaction-explorer" @@ -338,6 +348,15 @@ url = "https://github.com/kallewoof/btcdeb" url = "https://github.com/knowm/XChange" tags = ["Developer Tool"] +[[repo]] +url = "https://github.com/kristapsk/bitcoin-scripts" + +[[repo]] +url = "https://github.com/kristapsk/segvan" + +[[repo]] +url = "https://github.com/kyuupichan/electrumx" + [[repo]] url = "https://github.com/ladimolnar/BitcoinDatabaseGenerator"