@unirep/contracts
Version:
Client library for contracts related functions which are used in UniRep protocol.
1 lines • 1.44 kB
JSON
{"name":"@unirep/contracts","version":"2.1.5","main":"src/index.js","types":"src/index.d.ts","author":"Unirep team <team@unirep.io>","license":"MIT","bugs":{"url":"https://github.com/Unirep/Unirep/issues/new/choose"},"homepage":"https://github.com/unirep/unirep#readme","keywords":["ethereum","smart-contracts","solidity","ethers","zksnark"],"scripts":{"pre":"node scripts/prepare","build":"ts-node ./scripts/buildVerifiers.ts && yarn compile && yarn abi && hardhat typechain && tsc","abi":"node ./scripts/abi","compile":"hardhat compile","test":"hardhat test","test-ci":"hardhat test","lint":"prettier --write .","coverage":"hardhat coverage && yarn badge","badge":"lcov-badge-generator ./coverage/lcov.info -o coverage/badge.svg","deploy":"hardhat run scripts/deploy.mjs","errorcode":"node ./scripts/errorCodes"},"dependencies":{"@openzeppelin/contracts":"4.9.3","@unirep/circuits":"2.1.5","@unirep/utils":"2.1.5","@zk-kit/incremental-merkle-tree.sol":"1.7.0","ethers":"5.7.2","global-factory":"0.0.2","poseidon-solidity":"0.0.5","solc":"0.8.21"},"devDependencies":{"@nomicfoundation/hardhat-chai-matchers":"^1.0.5","@nomiclabs/hardhat-ethers":"^2.0.6","@semaphore-protocol/identity":"3.10.1","@typechain/ethers-v5":"^11.1.1","@typechain/hardhat":"^6.1.0","hardhat":"^2.12.7","hardhat-gas-reporter":"^1.0.8","lcov-badge-generator":"^1.0.5","solidity-coverage":"^0.8.4","ts-node":"^10.9.1","typechain":"^8.3.1","typescript":"^4.7.3"}}