maci-contracts

v0.0.0-ci.0ce643a
Solidity Smart Contracts for MACI (Minimal Anti-Collusion Infrastructure)

test

npx jest --runInBand

build

tsc

watch

tsc --watch

hardhat

./scripts/runHardhat.sh

test-maci

jest MACI.test.ts

compileSol

./scripts/compileSol.sh && cp -r artifacts/ ../integrationTests/artifacts

test-hasher

jest Hasher.test.ts

test-accQueue

jest AccQueue.test.ts

test-verifier

jest Verifier.test.ts

test-domainObjs

jest DomainObjs.test.ts

test-maci-debug

node --inspect-brk ./node_modules/.bin/jest MACI.test.ts

test-hasher-debug

node --inspect-brk ./node_modules/.bin/jest Hasher.test.ts

test-accQueue-debug

node --inspect-brk ./node_modules/.bin/jest AccQueue.test.ts

test-verifier-debug

node --inspect-brk ./node_modules/.bin/jest Verifier.test.ts

test-domainObjs-debug

node --inspect-brk ./node_modules/.bin/jest DomainObjs.test.ts

test-signupGatekeeper

jest SignUpGatekeeper.test.ts

test-accQueueBenchmark

jest AccQueueBenchmark.test.ts

test-signupGatekeeper-debug

node --inspect-brk ./node_modules/.bin/jest SignUpGatekeeper.test.ts

test-accQueueBenchmark-debug

node --inspect-brk ./node_modules/.bin/jest AccQueueBenchmark.test.ts

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 11/26/2022

Downloads