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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
6
6
# Solidity Development Modules by Distributed Lab
7
7
8
-
**Handful solidity development modules library by DL.**
8
+
**Elaborate solidity development modules library by DL.**
9
9
10
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.
11
11
12
-
- Implementation of **Contracts Registry** pattern
12
+
- Implementation of [**Contracts Registry**](https://eips.ethereum.org/EIPS/eip-6224) pattern
13
13
- Versatile **RBAC** smart contract
14
-
- Enhanced and simplified **Diamond** pattern
14
+
- Enhanced and simplified [**Diamond**](https://eips.ethereum.org/EIPS/eip-2535) pattern
15
15
- Utilities to ease work with ERC20 decimals, arrays and sets
0 commit comments