Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

NFT Factory #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

NFT Factory #14

wants to merge 1 commit into from

Conversation

0xaldric
Copy link

This contract uses the factory pattern, which enables users to create their own NFT contracts.


const config: HardhatUserConfig = {
defaultNetwork: "hardhat",
networks: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No configuration for Klaytn chain? Kindly look into it

accounts: [`${process.env.PRIVATE_KEY}`],
},
},
etherscan: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants