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

Using Merkle Tree for KYC validation #179

Merged
merged 5 commits into from
Mar 26, 2024
Merged

Using Merkle Tree for KYC validation #179

merged 5 commits into from
Mar 26, 2024

Conversation

DavideSilva
Copy link
Member

@DavideSilva DavideSilva commented Mar 21, 2024

Why:

  • We need a way to ensure only KYC'd and approved wallets can contribute to a project

How:

  • Adding script/generateMerkleTree.ts that generates a Merkle Root to be used in the contracts
  • Updating Solidity to version 0.8.20

Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
discovery-dao ⬜️ Ignored (Inspect) Visit Preview Mar 21, 2024 5:08pm

@DavideSilva DavideSilva changed the title ds/merkle Using Merkle Tree for kyc validation Mar 21, 2024
@DavideSilva DavideSilva changed the title Using Merkle Tree for kyc validation Using Merkle Tree for KYC validation Mar 21, 2024
@DavideSilva DavideSilva force-pushed the ds/merkle branch 2 times, most recently from 54e61b9 to cfe23b3 Compare March 21, 2024 11:11
Copy link
Member

@luistorres luistorres left a comment

Choose a reason for hiding this comment

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

🚀

@DavideSilva DavideSilva merged commit 67d9ab8 into main Mar 26, 2024
5 checks passed
@DavideSilva DavideSilva deleted the ds/merkle branch March 26, 2024 16:44
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