Skip to main content

ContractDeployer.deploySignatureDrop() method

Deploys a new SignatureDrop contract

Example

const contractAddress = await sdk.deployer.deploySignatureDrop({
name: "My Signature Drop",
primary_sale_recipient: "your-address",
});

Signature:

deploySignatureDrop(metadata: NFTContractDeployMetadata): Promise<string>;

Parameters

ParameterTypeDescription
metadataNFTContractDeployMetadatathe contract metadata

Returns:

Promise<string>

the address of the deployed contract

Remarks

Deploys a SignatureDrop contract and returns the address of the deployed contract