Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,10 @@ autonumber
- Please ensure code respects formatting and linting before pushing:
- `cargo fmt --all -- --check`
- `cargo clippy --all-targets --all-features -- -D warnings`
- CI runs these checks on PRs; make sure they pass locally to avoid failures.
- CI runs these checks on PRs; make sure they pass locally to avoid failures.

## Licensing

[](https://github.com/commonwarexyz/monorepo?tab=readme-ov-file#licensing)

This repository is dual-licensed under both the [Apache 2.0](https://github.com/commonwarexyz/monorepo/blob/main/LICENSE-APACHE) and [MIT](https://github.com/commonwarexyz/monorepo/blob/main/LICENSE-MIT) licenses. You may choose either license when employing this code.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should change the links here to link to the respective files in our repo

Loading