You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`lib/`** — **third-party dependencies** (here: **`forge-std`**, the testing/stdlib package from [Foundry](https://github.com/foundry-rs/forge-std)).
73
-
74
-
Because **`forge-std` is itself a Foundry project**, you will see **`lib/forge-std/src/`** and **`lib/forge-std/test/`** inside the dependency. That is normal: it is **not** a duplicate “src2” layer — it is the dependency’s own source tree, nested under `lib/`.
@@ -161,8 +148,5 @@ Distributed under the [MIT License](LICENSE).
161
148
**Are the smart contracts “done”?**
162
149
No. They are **intentional templates**: interfaces, structs, events, and stub logic so the repo builds and tests run. Escrow, messaging, auctions, and economic security must be implemented and reviewed before any deployment.
163
150
164
-
**What if I see paths like `lib/.../src/` — is that `src2`?**
165
-
No. Only **`contracts/src`** is your protocol source. Nested `src` under **`contracts/lib/*`** belongs to **dependencies** (e.g. forge-std).
166
-
167
151
**Who maintains this?**
168
152
Project founder: **[@sp0oby](https://github.com/sp0oby)**. Contributors welcome per [CONTRIBUTING.md](CONTRIBUTING.md).
0 commit comments