Skip to content
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

EcoPage - updated.json #299

Merged
merged 1 commit into from
Feb 2, 2024
Merged
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
69 changes: 66 additions & 3 deletions apps/web/src/data/ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,69 @@
"url": "https://botfi.app",
"imageUrl": "/images/partners/botfi.png"
},
{
"name": "Blocto",
"tags": [
"wallet"
],
"description": "Blocto is an account abstraction wallet supporting EVM chains. We boast a user base of 1.7 million so far with a seamless social log in and speedy 30-second onboarding experience, completely coinless.",
"url": "https://blocto.io/",
"imageUrl": "/images/partners/Blocto.png"
},
{
"name": "Cred Protocol",
"tags": [
"defi"
],
"description": "Credit risk management infrastructure, quantifying on-chain lending risk at scale. Realtime Credit Scoring, Reporting and Monitoring across 200M EVM addresses.",
"url": "https://credprotocol.com",
"imageUrl": "/images/partners/Cred.png"
},
{
"name": "Ducky City",
"tags": [
"gaming"
],
"description": "Ducky City is a gamefi project built on Base, and is a MMORPG game run on browser compatible with all devices.",
"url": "https://duckycity.io/",
"imageUrl": "/images/partners/DuckyCity.png"
},
{
"name": "Nirvana Labs",
"tags": [
"infra"
],
"description": "Built by crypto engineers and optimized for the bandwidth, storage, and compute workloads of blockchain transactions, Nirvana offers a bare metal cloud with vertically integrated managed RPC services.",
"url": "https://nirvanalabs.io/",
"imageUrl": "/images/partners/Nirvana.png"
},
{
"name": "Oku Trade",
"tags": [
"defi"
],
"description": "Oku Trade is the best DEX interface. Powered by Uniswap v3, the trading platform offers limit orders, analytics, and position management without fees.",
"url": "https://oku.trade",
"imageUrl": "/images/partners/Oku.png"
},
{
"name": "SubQuery",
"tags": [
"infra"
],
"description": "Fast, reliable, opens source, decentralised, and customised APIs supercharging dApps on over 150 networks, enabling a user-focused web3 world. SubQuery Network is innovating web3 infrastructure with tools that empower builders to decentralise the future.\n",
"url": "https://subquery.network/",
"imageUrl": "/images/partners/Subquery.png"
},
{
"name": "Subsquid",
"tags": [
"infra"
],
"description": "Subsquid Network is Web3 necessiware—a decentralized data lake and query engine for blazing-fast cross-chain indexing and queries. Infinitely horizontally scalable, Subsquid makes the consumer dApps that real people want to use possible, from social media to games and DeFi. Secured by ZK proofs, Subsquid supports over 100 networks.",
"url": "https://subsquid.io",
"imageUrl": "/images/partners/Subsquid.png"
},
{
"name": "Hitdex",
"tags": [
Expand All @@ -38,10 +101,10 @@
{
"name": "Cede.Store",
"tags": [
"bridge"
"onramp"
],
"description": "Cede is a non-custodial browser extension that enables users to quickly access their assets from the largest centralized exchanges on any dApp through an execution and UI comparable to Metamask in just a few clicks.",
"url": "https://cede.store/",
"description": "Access and transfer your assets from 10+ centralized exchanges, with a DeFi UX.",
"url": "https://send.cede.store/",
"imageUrl": "/images/partners/cede.png"
},
{
Expand Down
Loading