> For the complete documentation index, see [llms.txt](https://docs.novabloq.com/thirdweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novabloq.com/thirdweb/overview.md).

# Overview

Integrating the [thirdweb SDK](https://thirdweb.com/) into a no code plugin for [Bubble](https://bubble.io?ref=32w0zloj) platform.\
The plugin is actively maintained, keeping it up to date with the latest features while adopting them to be easily used in the Bubble environment.&#x20;

{% hint style="info" %}
This documentation page is not finished yet, we are actively working on completing it.
{% endhint %}

{% embed url="<https://discord.gg/QMVKEQ6xNA>" %}
Join our Discord community for support
{% endembed %}

## Features and how it works

Since thirdweb SDK is very rich in features, we have splitted them into different elements by its category.

### [NFTs](/thirdweb/elements/nfts.md)

Types:\
\- **ERC721** - Called *NFT Collection* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.nftcollection>\
\- **ERC721 Drop** - Called *NFT Drop* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.nftdrop>\
\
\- **ERC1155** - Called *Edition* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.edition>\
\- **ERC1155 Drop** - Called *Edition Drop* in thirdweb docs:\
&#x20;  <https://portal.thirdweb.com/typescript/sdk.editiondrop>

### [ERC20](/thirdweb/elements/erc20.md)

Simple ERC20 token contract, we will add drop contract soon.\
<https://portal.thirdweb.com/typescript/sdk.token>

### [Marketplace V2](/thirdweb/elements/marketplace-v2.md)

This is legacy marketplace V2 contract, we are currently working on adding support for V3.\
Details about it in thirdweb documentation: \
<https://portal.thirdweb.com/typescript/sdk.marketplace>

### [Split](/thirdweb/elements/split.md)

Details about Split contract in the thirdweb documentation:\
<https://portal.thirdweb.com/typescript/sdk.split>
