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
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,13 @@
7
7
8
8
**Elaborate solidity development modules library by DL.**
9
9
10
-
The library consist of modules and utilities that are built on top of [Openzeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) but goes far beyond the mediocre solidity.
10
+
The library consists of modules and utilities that are built on top of [Openzeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) but go far beyond mediocre solidity.
11
11
12
12
- Implementation of [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern
13
13
- Versatile **RBAC** smart contract
14
14
- Enhanced and simplified [**Diamond**](https://eips.ethereum.org/EIPS/eip-2535) pattern
15
-
- Utilities to ease work with ERC20 decimals, arrays and sets
15
+
- Heap based priority queue library
16
+
- Utilities to ease work with ERC20 decimals, arrays, and sets
16
17
17
18
## Overview
18
19
@@ -26,7 +27,7 @@ The latest stable version is always in the `master` branch.
26
27
27
28
## Usage
28
29
29
-
You will find the smart contracts in the `/contracts` directory. Fell free to play around and check the source code, it is rather descriptive.
30
+
You will find the smart contracts in the `/contracts` directory. Feel free to play around and check the source code, it is rather descriptive.
30
31
31
32
Once the [npm package](https://www.npmjs.com/package/@dlsl/dev-modules) is installed, one can use the modules just like that:
0 commit comments