From 9b7b84efbbd9687ac5e49249de183de55e7057cd Mon Sep 17 00:00:00 2001 From: Joshua Ijemba Date: Mon, 19 Feb 2024 01:06:45 +0100 Subject: [PATCH] A Privacy-Preserving Token Exchange --- .github/ISSUE_TEMPLATE/propose_new_skunkworks.yaml | 6 +++--- contributions.json | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/propose_new_skunkworks.yaml b/.github/ISSUE_TEMPLATE/propose_new_skunkworks.yaml index fbc1fcd..d06939f 100644 --- a/.github/ISSUE_TEMPLATE/propose_new_skunkworks.yaml +++ b/.github/ISSUE_TEMPLATE/propose_new_skunkworks.yaml @@ -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 \ No newline at end of file diff --git a/contributions.json b/contributions.json index ef3cfc2..4f1a00f 100644 --- a/contributions.json +++ b/contributions.json @@ -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"] } ]