diff --git a/README.md b/README.md index 8c9d8d2..1741b45 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -# ๐Ÿ— Scaffold-ETH 2 +# ๐Ÿ— Adrasteia

Documentation | Website

-๐Ÿงช An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts. +๐Ÿงช Cross-chain payment solution ZK based payment solutions -โš™๏ธ Built using NextJS, RainbowKit, Hardhat, Wagmi, and Typescript. +โš™๏ธ Built using Scaffold Eth ( NextJS, RainbowKit, Hardhat, Wagmi, and Typescript. ) - โœ… **Contract Hot Reload**: Your frontend auto-adapts to your smart contract as you edit it. - ๐Ÿ”ฅ **Burner Wallet & Local Faucet**: Quickly test your application with a burner wallet and local faucet. diff --git a/packages/payment-link/contracts/AdrasteiaZkPayment.sol b/packages/payment-link/contracts/AdrasteiaZkPayment.sol index f76037c..f1f4edc 100644 --- a/packages/payment-link/contracts/AdrasteiaZkPayment.sol +++ b/packages/payment-link/contracts/AdrasteiaZkPayment.sol @@ -11,6 +11,7 @@ import "./Verifier.sol"; * @title Adrasteia Zero-Knowledge Payment Contract * @dev This contract enables payments with optional privacy through zk-SNARK proofs, * supporting both ETH and ERC20 tokens. + * @dev @auralshin need to implememt cross chain create and claim with one network issuing the proof and the other verifying it */ contract AdrasteiaZkPayment is Ownable,