Skip to content
Merged
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This project extends the Midnight Network with additional developer tooling.

# OpenZeppelin Compact Tools

> [!WARNING]
> **Internal tooling. Not audited.**
>
> These packages are built and maintained for the OpenZeppelin team's own
> Midnight development. They have not been audited, may contain bugs, and
> their APIs can change between releases without notice. Use them at your own
> risk. See [SECURITY.md](./SECURITY.md) for the full disclaimer and for how
> to report a vulnerability.

Tools for compiling, building, and testing Compact smart contracts. This is a monorepo containing:

- [`packages/builder`](./packages/builder) — programmatic library that drives the Compact compiler + builder
Expand Down
Loading