Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples for Noto, Zeto, and MultiCall contracts #13

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

awrichar
Copy link
Contributor

@awrichar awrichar commented Jul 2, 2024

Noto is a notary-controlled UTXO contract.

Zeto is pulled from https://github.com/hyperledger-labs/zeto and is a set of contracts demonstrating UTXO patterns with zero-knowledge proofs.

MultiCall demonstrates some ways to orchestrate a batch of arbitrary operations into a single atomic transaction, such as swapping between Noto/Zeto and other standard ERC tokens.

@awrichar awrichar marked this pull request as draft July 2, 2024 13:39
This demonstrates one way to orchestrate a batch of arbitrary
operations into a single atomic transactions.

Signed-off-by: Andrew Richardson <[email protected]>
@awrichar awrichar changed the title Add example MultiCall contract to wrap multiple arbitrary calls Add example Noto and MultiCall contracs Jul 4, 2024
@awrichar awrichar changed the title Add example Noto and MultiCall contracs Add example Noto and MultiCall contracts Jul 4, 2024
@awrichar awrichar marked this pull request as ready for review July 4, 2024 00:45
Allows both contract variants to share a single interface. Ignored for the
notary-submission variant.

Signed-off-by: Andrew Richardson <[email protected]>
Signed-off-by: Andrew Richardson <[email protected]>
"test": "hardhat test --network hardhat"
},
"author": "",
"license": "UNLICENSED",
Copy link
Contributor

Choose a reason for hiding this comment

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

@awrichar should this be apache 2.0?

Signed-off-by: Andrew Richardson <[email protected]>
@awrichar awrichar marked this pull request as draft July 12, 2024 19:06
@awrichar awrichar changed the title Add example Noto and MultiCall contracts Examples for Noto, Zeto, and MultiCall contracts Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants