Generate ERC-1155 Mint Signture

Generate a signed payload used to mint ERC-1155 NFTs.

About

Signature minting is an advanced technique that allows the owner of a smart contract to generate a signed payload that can be used by another wallet to mint tokens.

Signed payloads can be used to create dynamic pricing and metadata for NFTs.

This is super powerful and opens up a world of exciting possibilities dynamic NFT distribution.

Learn more about signature minting here

Generating signed payloads require you to input your private key into the keys section of The Web3 Toolbox plugin, found in the plugins tab.

Your private keys are highly sensitive data, make sure no un-trusted parties have access to your Bubble editor. Anyone with access to your private key controls your wallet.

Learn more here

Backend Actions

Find all backend workflow actions in the Plugins actions section pictured below.

Backend action don't require an element to be dropped on the page.

Action Name

Generate ERC-1155 NFT Mint Signature

Action Parameters

Press "Show Documentation" under the input for more information on each field.

This action only signs data using your private key so no network/gas fee is required.

Returned Value

The following values are returned once this action has run.

Signed Payload

Returns the signed payload that is used for Mint ERC-1155 NFT From Signature

More questions? Join our Discord

Last updated