Skip to content

Commit

Permalink
start cross chain
Browse files Browse the repository at this point in the history
  • Loading branch information
auralshin committed Dec 20, 2023
1 parent e489e44 commit 54fbbfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 🏗 Scaffold-ETH 2
# 🏗 Adrasteia

<h4 align="center">
<a href="https://docs.scaffoldeth.io">Documentation</a> |
<a href="https://scaffoldeth.io">Website</a>
</h4>

🧪 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.
Expand Down
1 change: 1 addition & 0 deletions packages/payment-link/contracts/AdrasteiaZkPayment.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 54fbbfb

Please sign in to comment.