Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions content/contracts-sui/1.x/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ title: Contracts for Sui 1.x
- `openzeppelin_access` for role-based authorization and ownership-transfer wrappers around privileged `key + store` objects.
- `openzeppelin_utils` for embeddable building blocks; its first module, `rate_limiter`, provides multi-strategy rate limiting.

<Callout type="warn">
This library is open-source and not actively maintained. No new features,
fixes, or updates should be expected for existing releases. The `UpgradeCap` for packages published to the Move Registry has been made
immutable, so these packages can no longer be upgraded by OpenZeppelin or
anyone else.
</Callout>

## Quickstart

### Prerequisites
Expand Down
7 changes: 7 additions & 0 deletions content/contracts-sui/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ import { latestStable } from "./latest-versions.js";
**Using this library with an AI agent?** Start from [`llms.txt`](https://raw.githubusercontent.com/OpenZeppelin/contracts-sui/main/llms.txt) — a machine-readable entry point to every package, its examples, API reference, and MVR install snippet.
</Callout>

<Callout type="warn">
This library is open-source and not actively maintained. No new features,
fixes, or updates should be expected for existing releases. The `UpgradeCap` for packages published to the Move Registry has been made
immutable, so these packages can no longer be upgraded by OpenZeppelin or
anyone else.
</Callout>

## Getting Started

<Cards>
Expand Down
Loading