init repository

This commit is contained in:
moebius
2024-12-16 16:36:48 -03:00
parent 4e6a7d2d3f
commit 689f8d1971
68 changed files with 8236 additions and 1 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "privacy-pool-core",
"version": "1.0.0",
"description": "Core repository for the Privacy Pool protocol circuits and smart contracts",
"repository": "https://github.com/defi-wonderland/privacy-pool-core",
"author": "Defi Wonderland",
"license": "MIT",
"private": true,
"workspaces": [
"packages/circuits",
"packages/contracts"
]
}