Skip to content

Commit

Permalink
Supported platforms in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddern authored Aug 29, 2024
1 parent de0bb85 commit 5af084b
Showing 1 changed file with 143 additions and 1 deletion.
144 changes: 143 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<table>
<tr>
<td>
Platform
</td>
<td>
Create from URL
</td>
<td>
Create from onchain address
</td>
<td>
Supports Quantity
</td>
</tr>
<tr>
<td>
Zora
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Highlight
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Rodeo
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Manifold
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
FXHash
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Rarible
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Foundation
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Prohibition Daily
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
Transient Labs
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>

</table>

Adding a new platform to Mobile Minting is easy - you just have to write a `MintIngestor`!

Expand Down

0 comments on commit 5af084b

Please sign in to comment.