https://github.com/transmissions11/puree
opinionated/optimized blend impl
https://github.com/transmissions11/puree
Last synced: 11 months ago
JSON representation
opinionated/optimized blend impl
- Host: GitHub
- URL: https://github.com/transmissions11/puree
- Owner: transmissions11
- License: mit
- Created: 2023-03-16T05:25:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T16:36:36.000Z (about 3 years ago)
- Last Synced: 2025-07-02T00:39:35.881Z (12 months ago)
- Language: Solidity
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puree • [](https://github.com/transmissions11/puree/actions/workflows/tests.yml)
opinionated/optimized blend impl
## Contributing
You will need a copy of [Foundry](https://github.com/foundry-rs/foundry) installed before proceeding. See the [installation guide](https://github.com/foundry-rs/foundry#installation) for details.
### Setup
```sh
git clone https://github.com/transmissions11/puree.git
cd puree
forge install
```
### Run Tests
```sh
forge test
```
### Update Gas Snapshots
```sh
forge snapshot
```