maci-cli

v2.4.0
CLI utilities for MACI

docs

typedoc --plugin typedoc-plugin-markdown --options ./typedoc.json

test

nyc ts-mocha --exit tests/e2e/*.test.ts tests/unit/*.test.ts

build

tsc -p tsconfig.build.json

types

tsc -p tsconfig.json --noEmit

watch

tsc --watch

test:e2e

ts-mocha --exit tests/e2e/e2e.test.ts

postbuild

cp package.json ./build && mkdir -p ./zkeys

test:unit

nyc ts-mocha --exit tests/unit/*.test.ts

test:utils

ts-mocha --exit tests/unit/utils.test.ts

test:signup

ts-mocha --exit tests/unit/signup.test.ts

test:airdrop

nyc ts-mocha --exit tests/unit/airdrop.test.ts

test:ceremony

ts-mocha --exit tests/ceremony-params/ceremonyParams.test.ts

test:genPubKey

ts-mocha --exit tests/unit/genPubKey.test.ts

test:keyChange

ts-mocha --exit tests/e2e/keyChange.test.ts

test:e2e-non-qv

ts-mocha --exit tests/e2e/e2e.nonQv.test.ts

test:fundWallet

ts-mocha --exit tests/unit/fundWallet.test.ts

test:genKeypair

ts-mocha --exit tests/unit/genKeyPair.test.ts

test:timeTravel

ts-mocha --exit tests/unit/timeTravel.test.ts

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 9/30/2024

Downloads