You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This repository includes experimental code that has not been audited and may introduce breaking changes at any time. We recommend
7
+
> reviewing the [Security](#security) section before using any code from this repository.
8
+
5
9
## Overview
6
10
7
-
This repository contains contracts and libraries in the following catogories:
11
+
This repository contains contracts and libraries in the following categories:
8
12
9
-
-extensions and modules compatible with contracts in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package;
10
-
-alternative implementation of interfaces defined in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package;
11
-
-building blocks for developers;
12
-
- prototypes in general.
13
+
-Extensions and modules compatible with contracts in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package
14
+
-Alternative implementation of interfaces defined in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package
15
+
-Contracts with third-party integrations
16
+
-General prototypes and experiments
13
17
14
-
Code is provided by the openzeppelin solidity team, as well as by community contributors, for other developers to review, discuss, iterate on, and potentially use (see [the Security section](#security) before you do).
18
+
Code is provided by the OpenZeppelin Contracts team, as well as by community contributors, for other developers to review, discuss, iterate on, and potentially use.
15
19
16
20
## Security
17
21
@@ -25,9 +29,9 @@ Contracts and libraries in this repository are provided as is, with no particula
25
29
26
30
- Code in this repository may depend on un-audited and un-released features from the [OpenZeppelin Contracts repository](https://github.com/OpenZeppelin/openzeppelin-contracts). In some cases, having a versioned dependency on the OpenZeppelin contracts library may not be enough.
27
31
28
-
- Code in this repository is not versioned or formally released.
32
+
- Code in this repository is not versioned nor formally released.
29
33
30
-
-Bug affecting code in this repository may not be notified through a CVE.
34
+
-Bugs affecting code in this repository may not be notified through a CVE.
0 commit comments