An open API service indexing awesome lists of open source software.

https://github.com/ctrlc03/maci-refactor

Rewrite of MACI from scratch
https://github.com/ctrlc03/maci-refactor

Last synced: about 1 year ago
JSON representation

Rewrite of MACI from scratch

Awesome Lists containing this project

README

          

# maci-refactor

## Requirements

Bun version >= 1.0.1

## Install

To install dependencies:

```bash
bun install
```

## Test

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

```bash
bun test
```

## Typedoc

To generate typedoc documentation, please run:

```bash
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