An open API service indexing awesome lists of open source software.

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

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/)