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
- Host: GitHub
- URL: https://github.com/ctrlc03/maci-refactor
- Owner: ctrlc03
- License: mit
- Created: 2023-09-15T16:29:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T20:09:31.000Z (over 2 years ago)
- Last Synced: 2025-01-29T14:32:59.205Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://ctrlc03.github.io/maci-refactor/
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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