@rari-capital/solmate
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@rari-capital/solmate", | ||
"version": "2.0.0", | ||
"license": "AGPL-3.0-only", | ||
"version": "2.0.1", | ||
"description": "Modern building blocks and mixins for smart contract development.", | ||
@@ -5,0 +6,0 @@ "files": [ |
# solmate | ||
A catalogue of modern, opinionated, _gas efficient_ and [DappTools](https://github.com/dapphub/dapptools)-centric contracts that will fit perfectly into your next project. | ||
**Modern**, **opinionated** and **gas optimized** building blocks for **smart contract development**. | ||
@@ -10,3 +10,3 @@ ## Contracts | ||
├─ Auth — "Flexible and updatable auth pattern" | ||
├─ Trust — "Ultra-minimal authorization logic" | ||
├─ Trust — "Ultra minimal authorization logic" | ||
├─ authorities | ||
@@ -25,3 +25,3 @@ │ ├─ TrustAuthority — "Simple Authority which only authorizes trusted users" | ||
These contracts were inspired by or directly modified from many sources, primarly: | ||
These contracts were inspired by or directly modified from many sources, primarily: | ||
@@ -28,0 +28,0 @@ - [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75331