mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 17:37:58 -05:00
init repository
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user