Skip to content

Commit b962041

Browse files
committed
Readme update
1 parent 9fd975a commit b962041

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44

55
## Overview
66

7-
TODO
7+
This repository contains contracts and libraries in the following catogories:
8+
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 developpers;
12+
- prototypes in general.
13+
14+
Code is provided by the openzeppelin solidity team, as well as by community contributors, for other developpers to review, discuss, itterate on, and potentially use (see [the Security section](#security) before you do).
815

916
## Security
1017

11-
Contract in this repo is provided as is, with no particular guarantees. In particular:
18+
Contracts and libraries in this repository are provided as is, with no particular guarantees. In particular:
1219

1320
- Code in this repository is not audited. Maintainers will review the code to the extend that the is no obviously malicious code published, but bugs may be present in this code that may lead to priviledge escalation or loss of funds. Any code taken from this repository should be audited before being used in production.
1421

0 commit comments

Comments
 (0)