ContractDeployer.deployEditionDrop() method
Deploys a new EditionDrop contract
Example
const contractAddress = await sdk.deployer.deployEditionDrop({
name: "My Edition Drop",
primary_sale_recipient: "your-address",
});
Signature:
deployEditionDrop(metadata: NFTContractDeployMetadata): Promise<string>;
Parameters
Parameter | Type | Description |
---|---|---|
metadata | NFTContractDeployMetadata | the contract metadata |
Returns:
Promise<string>
the address of the deployed contract
Remarks
Deploys an Edition Drop contract and returns the address of the deployed contract