Skip to content

Commit

Permalink
draft table
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyboylehub committed May 14, 2024
1 parent 9dc7f60 commit 2d5bc79
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ yarn-error.log*

# vercel
.vercel

.vscode/settings.json

2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"seperator",
"serde",
"Solana",
"Solflare",
"Solscan",
"Struct",
"usize"
]
Expand Down
1 change: 1 addition & 0 deletions src/components/products/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const core = {
title: 'Token Metadata Differences',
href: '/core/tm-differences',
},
{ title: 'Eco System Support', href: '/core/eco-system-support' },
{ title: 'FAQ', href: '/core/faq' },
],
},
Expand Down
56 changes: 56 additions & 0 deletions src/pages/core/eco-system-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Eco System Support
metaTitle: Core - Eco System Support
description: Learn about the Metaplex Core Eco System Support
---

## Market Places

| Project | Status | ETA | Website |
| ---------- | ---------- | ------------------- | ----------------------------------- |
| Tensor | Complete | April 6 (complete) | [Link](https://www.tensor.trade/) |
| Magic Eden | Incomplete | | [Link](https://magiceden.io/solana) |
| Sniper | Complete | April 19 (complete) | [Link](https://www.sniper.xyz/) |
| OKX | Complete | May 1 (complete) | [Link](https://www.okx.com/) |
| Mallow | Incomplete | 2024/5/17 | [Link](https://www.mallow.art/) |

## Wallets

| Project | Status | ETA |
| -------- | ---------- | ------------------ |
| Phantom | Partial | |
| Solflare | Complete | April 1 (complete) |
| Backpack | Incomplete | |

## Explorers

| Project | Status | ETA |
| -------- | ---------- | ------------------- |
| Solscan | Complete | April 19 (complete) |
| SolanaFM | Complete | April 23 (complete) |
| Xray | Incomplete | |

## RPC (DAS)

| Project | Status | ETA |
| --------- | ---------- | ------------------- |
| ExtrNode | Complete | April 1 (complete) |
| Helius | Complete | April 9 (complete) |
| HelloMoon | Incomplete | |
| Quicknode | Complete | April 15 (complete) |
| Shyft | Complete | April 22 (complete) |
| Triton | Complete | April 1 (complete) |

## No Code Tooling

| Project | Status | ETA |
| -------- | -------- | ------------------- |
| Truffle | Partial | Week of 5/20 |
| Underdog | Complete | April 11 (complete) |

## Other

| Project | Status | ETA |
| ------- | -------- | ------------------- |
| dReader | Complete | April 23 (complete) |
| Matrica | Complete | April 23 (complete) |

0 comments on commit 2d5bc79

Please sign in to comment.