Comparing version 0.0.99 to 0.0.100
{ | ||
"name": "solady", | ||
"license": "MIT", | ||
"version": "0.0.99", | ||
"version": "0.0.100", | ||
"description": "Optimized Solidity snippets.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -11,4 +11,20 @@ # <img src="logo.svg" alt="solady" height="118"/> | ||
## Installation | ||
To install with [**Foundry**](https://github.com/gakonst/foundry): | ||
```sh | ||
forge install vectorized/solady | ||
``` | ||
To install with [**Hardhat**](https://github.com/nomiclabs/hardhat) or [**Truffle**](https://github.com/trufflesuite/truffle): | ||
```sh | ||
npm install solady | ||
``` | ||
## Contracts | ||
The Solidity smart contracts are located in the `src` directory. | ||
```ml | ||
@@ -54,2 +70,11 @@ auth | ||
## Directories | ||
```ml | ||
src — "Solidity smart contracts" | ||
test — "Foundry Forge tests" | ||
js — "Accompanying JavaScript helper library" | ||
ext — "Extra tests" | ||
``` | ||
## Contributing | ||
@@ -73,16 +98,2 @@ | ||
## Installation | ||
To install with [**Foundry**](https://github.com/gakonst/foundry): | ||
```sh | ||
forge install vectorized/solady | ||
``` | ||
To install with [**Hardhat**](https://github.com/nomiclabs/hardhat) or [**Truffle**](https://github.com/trufflesuite/truffle): | ||
```sh | ||
npm install solady | ||
``` | ||
## Upgradability | ||
@@ -89,0 +100,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
623441
121