Overview
Integrating the thirdweb SDK into a no code plugin for Bubble 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.
This documentation page is not finished yet, we are actively working on completing it.
Features and how it works
Since thirdweb SDK is very rich in features, we have splitted them into different elements by its category.
Types: - ERC721 - Called NFT Collection in thirdweb docs: https://portal.thirdweb.com/typescript/sdk.nftcollection - ERC721 Drop - Called NFT Drop in thirdweb docs: https://portal.thirdweb.com/typescript/sdk.nftdrop - ERC1155 - Called Edition in thirdweb docs: https://portal.thirdweb.com/typescript/sdk.edition - ERC1155 Drop - Called Edition Drop in thirdweb docs: https://portal.thirdweb.com/typescript/sdk.editiondrop
Simple ERC20 token contract, we will add drop contract soon. https://portal.thirdweb.com/typescript/sdk.token
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
Details about Split contract in the thirdweb documentation: https://portal.thirdweb.com/typescript/sdk.split
Last updated