https://github.com/destiner/lil-modules
ERC7579 modules for fun and profit
https://github.com/destiner/lil-modules
Last synced: about 1 year ago
JSON representation
ERC7579 modules for fun and profit
- Host: GitHub
- URL: https://github.com/destiner/lil-modules
- Owner: Destiner
- Created: 2024-10-02T13:53:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T23:55:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-20T05:28:07.098Z (over 1 year ago)
- Language: Solidity
- Homepage:
- Size: 233 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lil modules
A collection of ERC-7579 modules.
> Unaudited, experimental, don't use in prod.
## Using this repo
To install the dependencies, run:
```bash
pnpm install
```
To build the project, run:
```bash
forge build
```
To run the tests, run:
```bash
forge test
```
## Modules
- Validators
- [TokenValidator](./src/TokenValidator/)
- Executors
- [ENSRenewal](./src/ENSRenewal/)