Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Error when I deploy ERC721 NFT Contract. #2

Open
payplati23 opened this issue Dec 9, 2021 · 0 comments
Open

Deploy Error when I deploy ERC721 NFT Contract. #2

payplati23 opened this issue Dec 9, 2021 · 0 comments

Comments

@payplati23
Copy link

image

This is my code

var web3 = new Web3(account, "https://kovan.infura.io/v3/e9752da5067149f9bf96c54f2bfe4e90");
//service = new Starboard721Service(web3, starboard721ContractAddress);
var erc721PresetMinter = new ERC721PresetMinterPauserAutoIdDeployment()
{
BaseURI = "https://nft.starboard.com/",
Name = "StarboartNFT",
Symbol = "StarboartNFT"
};

var deploymentReceipt = await ERC721PresetMinterPauserAutoIdService.DeployContractAsync(web3, erc721PresetMinter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant