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

NFT Factory#14

Open
aldric9 wants to merge 1 commit intoklaytn:mainfrom
aldric9:anhnd/nft-factory
Open

NFT Factory#14
aldric9 wants to merge 1 commit intoklaytn:mainfrom
aldric9:anhnd/nft-factory

Conversation

@aldric9
Copy link

@aldric9 aldric9 commented Mar 12, 2024

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