Skip to main content

ContractDeployer.deployMarketplaceV3() method

Deploys a new Marketplace-V3 contract

Example

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

Signature:

deployMarketplaceV3(metadata: MarketplaceV3ContractDeployMetadata): Promise<string>;

Parameters

ParameterTypeDescription
metadataMarketplaceV3ContractDeployMetadatathe contract metadata

Returns:

Promise<string>

the address of the deployed contract

Remarks

Deploys a Marketplace-V3 contract and returns the address of the deployed contract