Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evanVtatum/27e89c6c74b28b32643cb6d26b8d2d6f to your computer and use it in GitHub Desktop.
Save evanVtatum/27e89c6c74b28b32643cb6d26b8d2d6f to your computer and use it in GitHub Desktop.
Deploy standard Celo NFT smart contract
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