/maci-refactor

Rewrite of MACI from scratch

Primary LanguageTypeScriptMIT LicenseMIT

maci-refactor

Requirements

Bun version >= 1.0.1

Install

To install dependencies:

bun install

Test

To run all tests (aside smart contract ones), please run:

bun test 

Typedoc

To generate typedoc documentation, please run:

bun run docs

Linting

To lint the projects, please run:

  • bun run lint to see what needs to be fixed
  • bun run lint:fix to fix what can be fixed automatically