From 5af084b45a9904ccdd5d0d558aec9eec6e11ac30 Mon Sep 17 00:00:00 2001 From: Chris Maddern Date: Thu, 29 Aug 2024 08:01:39 -0400 Subject: [PATCH] Supported platforms in Readme --- README.md | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 143 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d278fc7..403e527 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,149 @@ This library is included in Floor's platform and executed in a sandboxed environ ## Adding a new platform to Mobile Minting Today, Mobile Minting supports the following creator platforms: -![supported_platforms_base](https://github.com/floornfts/mobile-minting/assets/8492853/44fd5e45-c74f-4749-9b64-938b427de4db) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Platform + + Create from URL + + Create from onchain address + + Supports Quantity +
+ Zora + + ✅ + + ✅ + + ✅ +
+ Highlight + + ✅ + + ✅ + + ❌ +
+ Rodeo + + ✅ + + ✅ + + ✅ +
+ Manifold + + ✅ + + ❌ + + ❌ +
+ FXHash + + ✅ + + ✅ + + ❌ +
+ Rarible + + ✅ + + ✅ + + ❌ +
+ Foundation + + ✅ + + ❌ + + ❌ +
+ Prohibition Daily + + ✅ + + ✅ + + ❌ +
+ Transient Labs + + ✅ + + ✅ + + ❌ +
Adding a new platform to Mobile Minting is easy - you just have to write a `MintIngestor`!