mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
@@ -1,9 +1,13 @@
|
||||
{
|
||||
"name": "semaphore",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"description": "Solidity contracts, zk-SNARK circuits, and test scripts for the Semaphore zero-knowledge signalling gadget. This version uses the Poseidon hash and does not use EdDSA signatures.",
|
||||
"scripts": {
|
||||
"test": "ts-node test/verify.ts"
|
||||
"test": "npx hardhat test",
|
||||
"compile": "npx hardhat compile",
|
||||
"develop": "npx hardhat node",
|
||||
"deploy": "npx hardhat deploy --tags complete",
|
||||
"deployPoseidon": "npx hardhat deploy --tags poseidon"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -20,6 +24,7 @@
|
||||
"@libsem/identity": "^1.0.8",
|
||||
"@libsem/protocols": "^1.0.9",
|
||||
"circomlib": "^0.5.3",
|
||||
"hardhat-deploy": "^0.9.4",
|
||||
"web3": "^1.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user