Skip to content

ecosystem: Add BlockClock, CleanApp and STXN #2408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions apps/web/public/images/partners/blockclock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/web/public/images/partners/cleanapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions apps/web/public/images/partners/stxn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions apps/web/src/data/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,14 @@
"url": "https://base.blockai.dev",
"imageUrl": "/images/partners/blockai.png"
},
{
"name": "BlockClock",
"description": "BlockClock is a decentralized, community-powered timekeeping network that uses user-verified device timestamps to establish a trustless, on-chain standard of time.",
"url": "https://demo.stxn.io/",
"imageUrl": "/images/partners/blockclock.svg",
"category": "consumer",
"subcategory": "real world"
},
{
"name": "Blockdaemon",
"url": "https://blockdaemon.com",
Expand Down Expand Up @@ -863,6 +871,14 @@
"category": "infra",
"subcategory": "identity"
},
{
"name": "CleanApp",
"description": "Global, distributed and verifiable tracing/mapping networks for reporting an issue and finding resolvers",
"url": "https://www.cleanapp.io/",
"imageUrl": "/images/partners/cleanapp.png",
"category": "consumer",
"subcategory": "ai"
},
{
"name": "Cobo Argus",
"url": "https://www.cobo.com/argus",
Expand Down Expand Up @@ -3543,6 +3559,14 @@
"category": "defi",
"subcategory": "dex"
},
{
"name": "STXN",
"description": "Build the future of decentralized, hybrid apps with technology that marries web2 and web3.",
"url": "https://stxn.io/",
"imageUrl": "/images/partners/stxn.svg",
"category": "infra",
"subcategory": "developer tool"
},
{
"name": "SubQuery",
"url": "https://subquery.network/",
Expand Down
8 changes: 8 additions & 0 deletions apps/web/src/data/ecosystem/blockclock/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "BlockClock",
"description": "BlockClock is a decentralized, community-powered timekeeping network that uses user-verified device timestamps to establish a trustless, on-chain standard of time.",
"url": "https://demo.stxn.io/",
"imageUrl": "/images/partners/blockclock.svg",
"category": "consumer",
"subcategory": "real world"
}
8 changes: 8 additions & 0 deletions apps/web/src/data/ecosystem/cleanapp/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "CleanApp",
"description": "Global, distributed and verifiable tracing/mapping networks for reporting an issue and finding resolvers",
"url": "https://www.cleanapp.io/",
"imageUrl": "/images/partners/cleanapp.png",
"category": "consumer",
"subcategory": "ai"
}
8 changes: 8 additions & 0 deletions apps/web/src/data/ecosystem/stxn/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "STXN",
"description": "Build the future of decentralized, hybrid apps with technology that marries web2 and web3.",
"url": "https://stxn.io/",
"imageUrl": "/images/partners/stxn.svg",
"category": "infra",
"subcategory": "developer tool"
}