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

Near field communication payment - #13

Open
quThinh wants to merge 1 commit into
klaytn:mainfrom
quThinh:NFC-Payment
Open

Near field communication payment#13
quThinh wants to merge 1 commit into
klaytn:mainfrom
quThinh:NFC-Payment

Conversation

@quThinh

@quThinh quThinh commented Mar 12, 2024

Copy link
Copy Markdown

A Contract for payment by crypto that integrate with qr-scan of mobile

@@ -0,0 +1,57 @@
# Viction NFC Payment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do you care to change to Klaytn NFC Payment?

- Integration with DeFi Protocols
- Privacy Features (zk Proof)

## Deployment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do you have any of these deployment on Klaytn?


const config: HardhatUserConfig = {
defaultNetwork: "hardhat",
networks: {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Kindly add Klaytn chain network config

accounts: [`${process.env.PRIVATE_KEY}`, `${process.env.PRIVATE_KEY2}`],
},
},
etherscan: {

Copy link
Copy Markdown
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.

2 participants