example of building contract with forge as package? #384
Unanswered
dzmitry-lahoda
asked this question in
Q&A
Replies: 1 comment
-
for submodules, need to read .gitmodules, and unite src of several of these from foundry somehow and mount into new src. in case of contract in same repo - as hard to fetch git. question is how to get git commit in same repo ? so kind can build only remote packages easy with fetch lfs and know commits. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used input lib dir, out dir and offline, with proper SOLC env var.
Now struggle with submodules in lib.
nix
Does anybody has good example of building contract as package in nix?
Beta Was this translation helpful? Give feedback.
All reactions