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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Firstly, thanks for a great tool.
I'm not opening an issue as I may be overlooking something.
I gave it a try today. Hardhat worked out of the box but I had to do a few additional steps when selecting Foundry. Using v0.0.61 I followed this:
https://docs.scaffoldeth.io/quick-start/installation
At the end of the installation it fails to init a git repo. As a side note I did not see anything about this in the guide nor the cli.
Then I ran
yarn deploy
after starting the anvil chain. This fails due to unresolved imports:I solved it by cd'ing into packages/foundry and install the missing dependencies:
forge install foundry-rs/forge-std
yarn add solidity-bytes-utils
Then remapping:
solidity-bytes-utils=node_modules/solidity-bytes-utils/contracts
Beta Was this translation helpful? Give feedback.
All reactions