Skip to content

Commit 161c5c9

Browse files
authored
Merge pull request #539 from pavlenex/new-submissions-2
add new entries and update withbitcoin.org entry
2 parents 5769227 + b960b89 commit 161c5c9

2 files changed

Lines changed: 60 additions & 1 deletion

File tree

src/data/categories.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ export const hostedBtcpayCountries: Record<string, string> = {
100100
CL: "Chile",
101101
IS: "Iceland",
102102
IT: "Italy",
103+
KE: "Kenya",
103104
NL: "Netherlands",
105+
PE: "Peru",
104106
US: "United States",
105107
};

src/data/merchants.json

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@
130130
"type": "merchants",
131131
"subType": "fashion"
132132
},
133+
{
134+
"name": "Bitcoin Kenya",
135+
"url": "https://bitcoin.co.ke/",
136+
"description": "Kenya's home for Bitcoin payments. bitcoin.co.ke hosts a BTCPay Server so any Kenyan business can accept BTC directly to their own wallet.",
137+
"type": "hosted-btcpay",
138+
"country": "KE",
139+
"twitter": "@tando_me"
140+
},
133141
{
134142
"name": "Bitcoin People",
135143
"url": "http://bitcoinpeople.it",
@@ -310,6 +318,14 @@
310318
"type": "merchants",
311319
"subType": "cryptocurrency-paraphernalia"
312320
},
321+
{
322+
"name": "Cajero",
323+
"url": "https://cajero.pe",
324+
"description": "Facilitamos el acceso a pagos con bitcóin (BTC) a través de soluciones sobre BTCPayServer.",
325+
"type": "hosted-btcpay",
326+
"country": "PE",
327+
"twitter": "@CajeroBitcoin"
328+
},
313329
{
314330
"name": "CheapAir.com",
315331
"url": "https://www.cheapair.com/",
@@ -486,6 +502,14 @@
486502
"type": "merchants",
487503
"subType": "services"
488504
},
505+
{
506+
"name": "Dinero sin reglas",
507+
"url": "https://dinerosinreglas.com",
508+
"description": "A blog in Spanish that offers educational articles for beginners and anyone interested in learning about Bitcoin.",
509+
"type": "merchants",
510+
"subType": "education",
511+
"twitter": "@decentralized_b"
512+
},
489513
{
490514
"name": "DIYnodes.com",
491515
"url": "https://diynodes.com/",
@@ -616,6 +640,14 @@
616640
"type": "hosted-btcpay",
617641
"country": "GLOBAL"
618642
},
643+
{
644+
"name": "Go Brrr",
645+
"url": "https://gobrrr.me",
646+
"description": "3D-design, on-demand Printing and Open-Source Hardware Shop made in Austria!",
647+
"type": "merchants",
648+
"subType": "3d-printing",
649+
"twitter": "@Printer_Gobrrr"
650+
},
619651
{
620652
"name": "GoGetFunding",
621653
"url": "https://gogetfunding.com/crypto-crowdfunding-raise-money-in-bitcoin/",
@@ -930,6 +962,14 @@
930962
"type": "merchants",
931963
"subType": "education"
932964
},
965+
{
966+
"name": "modulo bitcoin keys",
967+
"url": "https://modulo.network",
968+
"description": "Physical bitcoin private keys you create offline.",
969+
"type": "merchants",
970+
"subType": "tools",
971+
"twitter": "@moduloBTC"
972+
},
933973
{
934974
"name": "Modurist Design",
935975
"url": "https://www.modurist.com/",
@@ -1110,6 +1150,14 @@
11101150
"type": "merchants",
11111151
"subType": "services"
11121152
},
1153+
{
1154+
"name": "Regarding Fresh ®",
1155+
"url": "https://www.regardingfresh.com/shop",
1156+
"description": "Regarding Fresh ® is a luxury Fashion and Lifestyle retailer located in New Orleans! Curating globally sourced brands, and designers!",
1157+
"type": "merchants",
1158+
"subType": "fashion",
1159+
"twitter": "@refresh223"
1160+
},
11131161
{
11141162
"name": "Reunion Festival",
11151163
"url": "https://festivall.ca/reunion",
@@ -1218,6 +1266,14 @@
12181266
"type": "merchants",
12191267
"subType": "electronics"
12201268
},
1269+
{
1270+
"name": "ShopinBit",
1271+
"url": "https://shopinbit.com",
1272+
"description": "Travel the world, buy cars and anything else that is legal; worldwide! ShopinBit is the KYC-Free Concierge Service since 2018.",
1273+
"type": "merchants",
1274+
"subType": "holiday-travel",
1275+
"twitter": "@shopinbit"
1276+
},
12211277
{
12221278
"name": "SIP Sorcery",
12231279
"url": "https://www.sipsorcery.com/mainsite",
@@ -1377,8 +1433,9 @@
13771433
{
13781434
"name": "withBitcoin.org",
13791435
"url": "https://withbitcoin.org/",
1380-
"description": "We're a host offering free BTCPay accounts and customization services for companies interested in doing business with Bitcoin. Managed accounts are available for a nominal fee, free for nonprofits.",
1436+
"description": "Secure & low cost BTCPay Server host. Free trial, no hot wallets, many plugins enabled. We've processed over $1MM of BTC transactions since 2021.",
13811437
"type": "hosted-btcpay",
1438+
"twitter": "@scottpruett",
13821439
"country": "GLOBAL"
13831440
},
13841441
{

0 commit comments

Comments
 (0)