2.5.5 • Published 9 months ago

@dlsl/dev-modules v2.5.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

npm Coverage Status License: MIT GitPOAP Badge

Solidity Development Modules by Distributed Lab

Elaborate solidity development modules library by DL.

The library consist of modules and utilities that are built on top of Openzeppelin Contracts but goes far beyond the mediocre solidity.

  • Implementation of Contracts Registry pattern
  • Versatile RBAC smart contract
  • Enhanced and simplified Diamond pattern
  • Utilities to ease work with ERC20 decimals, arrays and sets

Overview

Installation

$ npm install @dlsl/dev-modules

The latest stable version is always in the master branch.

Usage

You will find the smart contracts in the /contracts directory. Fell free to play around and check the source code, it is rather descriptive.

Once the npm package is installed, one can use the modules just like that:

pragma solidity ^0.8.4;

import "@dlsl/dev-modules/contracts-registry/presets/OwnableContractsRegistry.sol";

contract ContractsRegistry is OwnableContractsRegistry {
    . . .
}

It is important to use the library as it is shipped and not copy-paste the code from untrusted sources.

License

The development modules are released under the MIT License.

2.5.0

10 months ago

2.5.2

9 months ago

2.5.1

10 months ago

2.5.4

9 months ago

2.5.3

9 months ago

2.5.5

9 months ago

2.4.3

12 months ago

2.4.4

11 months ago

2.3.0

1 year ago

2.0.3

1 year ago

2.2.0

1 year ago

2.0.2

1 year ago

2.4.1

1 year ago

2.3.2

1 year ago

2.4.0

1 year ago

2.3.1

1 year ago

2.3.4

1 year ago

2.4.2

1 year ago

2.3.3

1 year ago

2.1.0

1 year ago

1.9.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.7.6

1 year ago

1.7.5

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.7.3

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.7.4

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago