maci-contracts

v1.0.4
This submodule contains all the Ethereum contracts and tests for MACI.

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-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-domainObjs-debug

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

test-accQueueBenchmark

jest AccQueueBenchmark.test.ts

test-accQueueBenchmark-debug

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

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 12/3/2021

Downloads