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

Near field communication payment #13

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

Conversation

quThinh
Copy link

@quThinh quThinh commented Mar 12, 2024

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

@@ -0,0 +1,57 @@
# Viction NFC Payment
Copy link
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
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
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
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