diff --git a/_data/links.yml b/_data/links.yml index 2015957..1bcb166 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -1147,7 +1147,7 @@ - name: Mint Garden url: https://mintgarden.io/ - tags: [nfts, marketplaces] + tags: [nfts, marketplaces, merchants] description: An NFT marketplace to mint and trade NFTs stored on the Chia blockchain. date: 2022-02-05 @@ -1661,11 +1661,11 @@ date: 2022-05-22 -- name: Keyspace - url: https://keyspacewallet.com/ - tags: [wallets] - description: Mac and iOS wallet with client side peer-to-peer light wallet protocol. Monthly subscription and free trial available. - date: 2022-10-08 +# - name: Keyspace +# url: https://keyspace.app/ +# tags: [wallets] +# description: Mac and iOS wallet with client side peer-to-peer light wallet protocol. Monthly subscription and free trial available. +# date: 2022-10-08 - name: Hoogii url: https://hoogii.app/ @@ -1801,7 +1801,7 @@ - name: Evergreen Miner url: https://www.evergreenminer.com - tags: [farming, hardware, verified] + tags: [farming, hardware, verified, merchants] description: Plug and Play Farming Hardware with integrated Chia wallet, collectibles, exchange, and more. date: 2023-01-25 @@ -2017,7 +2017,7 @@ - name: ChiaTracker url: https://chiatracker.com/ - tags: [tools, statisticcs] + tags: [tools, statistics, verified, merchants] description: Automatically track and classify your XCH transactions classification with easy, one-click, approvals. Export a pre-filled 1040 schedule 1 to make filing your taxes infinitely easier. date: 2023-03-14 @@ -2511,14 +2511,14 @@ - name: Datalayer Storage url: https://datalayer.storage/ - tags: [developers, tools, datalayer] + tags: [developers, tools, datalayer, merchants] creator: Michael Taylor description: DataLayer is the go-to tool for sharing your data while ensuring that you control which data you share, and with whom! date: 2023-11-22 - name: XCHPay.me url: https://xchpay.me/ - tags: [developers, tools] + tags: [developers, tools, merchants] description: XCHPay.me is a non-custodial payment gateway and invoicing solution. It offers peer-to-peer payments in XCH, without any trusted third parties. date: 2023-11-22 @@ -2565,3 +2565,38 @@ description: The official scholarly hub for delving deep into Chia blockchain technology. date: 2023-12-31 +- name: XCH.tools + url: https://xch.tools + tags: [tools] + description: A collection of tools for Chia users such as transaction fee estimator. + date: 2024-01-20 + +- name: XCHSTORE + url: https://www.xchstore.com/ + tags: [merchants] + description: Sells Chia branded Tangem hardware crypto wallets, NFT badges and more. + date: 2024-01-20 + +- name: CHELLYZ + url: https://chellyz.com/ + tags: [merchants] + description: CHELLYZ branded clothing and mugs. + date: 2024-01-20 + +- name: Thunder Squid + url: https://www.tsquid.com + tags: [farming, hardware, merchants] + description: Cost effective hard drive pre-plotted farming hardware. + date: 2024-01-20 + +- name: ChiaGarden + url: https://github.com/efnats/chiagarden + tags: [tools, farming, plotting] + description: A set of linux tools to help build and manage your chia farm + date: 2024-01-20 + +- name: Unimojo - Xchscriptions Protocol + url: https://unimojo.io + tags: [tools, statistics] + description: Unimojo is the first inscription and transaction platform on the XCHS protocol. + date: 2024-01-20 \ No newline at end of file diff --git a/assets/Chia_Ecosystem_Map_January_2024.pdf b/assets/Chia_Ecosystem_Map_January_2024.pdf new file mode 100644 index 0000000..c94325a Binary files /dev/null and b/assets/Chia_Ecosystem_Map_January_2024.pdf differ diff --git a/assets/icons/merchants.png b/assets/icons/merchants.png new file mode 100644 index 0000000..a2a7965 Binary files /dev/null and b/assets/icons/merchants.png differ diff --git a/assets/images/Chia Ecosystem Map - January 2024.png b/assets/images/Chia Ecosystem Map - January 2024.png new file mode 100644 index 0000000..45b8f10 Binary files /dev/null and b/assets/images/Chia Ecosystem Map - January 2024.png differ diff --git a/ecosystem.md b/ecosystem.md index a255f59..8a74fe2 100644 --- a/ecosystem.md +++ b/ecosystem.md @@ -8,14 +8,15 @@ nav_exclude: true # Chia Ecosystem Map -This ecosystem map was created with [input from the Chia Twitter community](https://twitter.com/SlowestTimelord/status/1539456147198984193). +This ecosystem map was created with [input from the Chia Twitter community](https://twitter.com/SlowestTimelord/status/1673005948288237568). -[![Chia Ecosystem Map](/assets/images/Chia Ecosystem Map - June 2023.png)](/assets/images/Chia Ecosystem Map - June 2023.png) +[![Chia Ecosystem Map](/assets/images/Chia Ecosystem Map - January 2024.png)](/assets/images/Chia Ecosystem Map - January 2024.png) -- [PNG](/assets/images/Chia Ecosystem Map - June 2023.png) (960x540) -- [PDF](/assets/Chia_Ecosystem_Map_June_2023.pdf) (Zoomable and Clickable) +- [PNG](/assets/images/Chia Ecosystem Map - January 2024.png) (960x540) +- [PDF](/assets/Chia_Ecosystem_Map_January_2024.pdf) (Zoomable and Clickable) ## Previous versions +- June 2023 ([PNG](/assets/images/Chia Ecosystem Map - June 2023.png) , [PDF](/assets/Chia_Ecosystem_Map_June_2023.pdf)) - January 2023 ([PNG](/assets/images/Chia Ecosystem Map - January 2023.png) , [PDF](/assets/Chia_Ecosystem_Map_January_2023.pdf)) - September 2022 ([PNG](/assets/images/Chia Ecosystem Map - September 2022.png) , [PDF](/assets/Chia_Ecosystem_Map_September_2022.pdf)) - June 2022 ([PNG](/assets/images/Chia Ecosystem Map - June 2022.png) , [PDF](/assets/Chia_Ecosystem_Map_June_2022.pdf)) diff --git a/labels/merchants.html b/labels/merchants.html new file mode 100644 index 0000000..052aeed --- /dev/null +++ b/labels/merchants.html @@ -0,0 +1,15 @@ +--- +layout: page +title: Merchants +permalink: /merchants/ + +nav_order: 120 + +tag: merchants +sort: name +--- + +

Merchants

+

Places and merchants that take XCH as payment for goods and services.

+ +{% include linkpage.html tag=page.tag %} diff --git a/labels/wallets.html b/labels/wallets.html index b85600f..b37cdce 100644 --- a/labels/wallets.html +++ b/labels/wallets.html @@ -25,6 +25,7 @@

Wallets

NFT DID Offers + Memos Open Source @@ -40,6 +41,7 @@

Wallets

+ GitHub @@ -54,6 +56,7 @@

Wallets

+ GitHub (Partial) @@ -68,6 +71,7 @@

Wallets

+ GitHub @@ -80,7 +84,8 @@

Wallets

Chrome Extension - + + GitHub (Backend) @@ -96,6 +101,7 @@

Wallets

+ GitHub @@ -110,11 +116,11 @@

Wallets

+ GitHub - - + @@ -138,6 +145,7 @@

Wallets

+ @@ -152,6 +160,7 @@

Wallets

+ GitHub