Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rain.factory is a Solidity **library** repo for EIP1167 minimal proxy (clone)
factories in the Rain ecosystem: the `ICloneable*` interface surface and the
`LibICloneableFactoryV4` library that implements it. It is the library half of
the library/deploy split (rainlanguage/rain.factory#46) — no concrete contract,
no deploy pins, no deploy script.
deploy pin or deploy script in `src/`.

The concrete `CloneFactory` — meant to be a pure delegation into
`LibICloneableFactoryV4`, one call per entry point — its deployed address +
Expand Down
Loading