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

A Privacy-Preserving Token Exchange #1748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/propose_new_skunkworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ body:
id: skunkworks_name
attributes:
label: "Name of the project"
placeholder: "Example: Metamask Snap for Scroll"
placeholder: "A Privacy-Preserving Token Exchange"
validations:
required: true
- type: textarea
id: skunkworks_abstract
attributes:
label: "Project abstract"
description: "Abstract description of the Skunkworks project you're proposing"
description: "Developing a decentralized exchange (DEX) on Scroll where users can trade tokens with advanced privacy. Zero-knowledge proofs can/will be utilized to obscure transaction details, ensuring that trading activity remains confidential while still being verifiable."
validations:
required: true
- type: textarea
id: skunkworks_specification
attributes:
label: "Specification"
description: "Specification, pictures and any other resources that are useful for describing this project"
description: "https://github.com/Kingjay19/Privacy-Preserving-Token-Exchange/tree/main"
validations:
required: true
5 changes: 5 additions & 0 deletions contributions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"contribution-title": "Add multicall3 address for Scroll Sepolia to wagmi",
"project-repo": "https://github.com/wagmi-dev/viem",
"contributors": ["RexCloud"]
},
{
"contribution-title": "A Privacy-Preserving Token Exchange",
"project-repo": "https://github.com/Kingjay19/Privacy-Preserving-Token-Exchange",
"contributors": ["KingJay19"]
}
]