maci-contracts

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

docs

hardhat docgen

test

hardhat test

build

tsc

watch

tsc --watch

hardhat

./scripts/runHardhat.sh

prebuild

npm run compileSol

postbuild

cp -r ./artifacts ./build

test-maci

hardhat test ./tests/MACI.test.ts

test-poll

hardhat test ./tests/Poll.test.ts

compileSol

./scripts/compileSol.sh $1

test-tally

hardhat test ./tests/Tally.test.ts

test-hasher

hardhat test ./tests/Hasher.test.ts

test-accQueue

hardhat test ./tests/AccQueue.test.ts

test-verifier

hardhat test ./tests/Verifier.test.ts

test-utilities

hardhat test ./tests/Utilities.test.ts

test-messageProcessor

hardhat test ./tests/MessageProcessor.test.ts

test-signupGatekeeper

hardhat test ./tests/SignUpGatekeeper.test.ts

test-accQueueBenchmark

hardhat test ./tests/AccQueueBenchmark.test.ts

moveIntegrationArtifacts

cp -r artifacts/ ../integrationTests/artifacts

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 12/18/2023

Downloads