Plugin Documentation
Enter a new era of internet with WEB3 by starting a NFT marketplace by deploying contract directly to your favorite network ETH, Polygon, BSC etc.
There are two ways to complete the installation of this plugin:
wpnbm.zip from CodeCanyon
wpnbm.zip from CodeCanyonwpnbm.zip on your computerwp-content/plugins/ on Filezilla and upload the wpnbm plugin directoryGo to admin Dashboard > MT Plugins > NFT Bulk Minting and there you will find all of the plugin settings.
See this tutorial on how to Setup ThirdWeb API (Required)
Easily instruct your plugins where to upload the NFT's image/video/3d object etc. (Only one option can be active at the moment).
See this tutorial on how to Setup Infura (Optional)
See this tutorial on how to Setup Moralis (Optional)
Your restricted networks.
In order for you to test the plugin you must install Metamask (Or any other wallet).
I would recommend testing the plugin inside a testnet (so you don't actually spend money on testing). Follow this tutorial if you want to set it up
ThirdWeb's API is required in order to use the ThirdWeb's infrastructure services such as Smart Wallet, Storage and RPCs, and it is completely free to use. These services are built into many of the ThirdWeb products such as the CLI and SDKs.
!!! WARNING: Without setting up the ThirdWeb API you and your users will not be able to use the main functionalities of the plugin. !!!
To show the Bulk Minting form on a page please firstly create a page and Paste this shortcode inside a text block or a shortcode block:
[wpnbm_form]
When accessing the page, it will ask to authorize the account with one of the following wallets: MetaMask or WalletConnect* (The buttons will only be shown if you have the plugins installed) - MetaMask Authenticator / WalletConnect Authenticator
Choose a wallet to authorize your account and after completing this step, you will be able to see the bulk minting form:
Import the Images and Json files (The names of the images should match the names of the jsons.
After uploading Media and Json files it will look like this:
In the package you will see a folder called "demo-bulk-import" where we've added some examples of what it is needed in order to do a bulk minting import:
We are offering a set of filters and actions for you to be able to integrate your custom functions inside the plugin:
do_action('wpnbm_event_after_creation_action', $request);
return apply_filters( 'wpnbm_event_after_creation_filter', new WP_REST_Response(["success" => true], 200), $request );
Q: Do I need WooCommerce?
A: Nope! This plugin works independently of Woocomerce;
Q: Do I need Enefti - NFT Marketplace Core?
A: This plugin alongside Enefti - NFT Marketplace Core offers a multitude of new features, while not required, it could take your Marketplace to new heights!
Q: Does this plugin support ERC1155 ?
A: You can deploy any kind of contract with this plugin (programming knowledge might be required), even ERC1155. ;
Q: Compatible with other themes?
A: Yes! It is compatible with any theme;
Q: What is the name of the theme used in this demo?
A: Enefti - NFT Marketplace Theme by ModelTheme;
Q: How to Increase the Memory Limit on WordPress?
A: Please check this tutorial;