Created
March 2, 2022 09:25
-
-
Save evanVtatum/27e89c6c74b28b32643cb6d26b8d2d6f to your computer and use it in GitHub Desktop.
Deploy standard Celo NFT smart contract
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const transactionHash = await deployNFT(false, { | |
body.chain: Currency.CELO, | |
body.name: 'MY_ERC721', | |
body.symbol: 'ERC_SYMBOL', | |
body.fromPrivateKey: '0x4874827a55d87f2309c55b835af509e3427aa4d52321eeb49a2b93b5c0f8edfb', | |
body.feeCurrency: Currency.CUSD | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment