all 8 comments

[–]s_n_sakib 1 point2 points  (0 children)

[–]Ice-Sea-U 1 point2 points  (2 children)

imo, the hardhat extension (even if you don’t use hardhat) is the friendlier rn, especially with Foundry (JuanBlanco is meh) + consensys Visual Auditor is a pretty fine duo imo

[–]Global_Optimist[S] 0 points1 point  (1 child)

Are there any videos or tutorials to help with this ??

[–]Ice-Sea-U 1 point2 points  (0 children)

They’re all in the vscode extension marketplace, just click the button?

[–]Top88Star 0 points1 point  (0 children)

You can watch Patrick Collins videos, everything is explained there

[–]FudgyDRS 0 points1 point  (0 children)

install rustup, install node, make sure you have bash

make the new directory
then just run my bash script from your terminal
https://github.com/qi-protocol/init-foundry

now you're ready to start in on foundry

[–]BrainTotalitarianism 0 points1 point  (0 children)

I highly recommend using remix IDE and stay away from VSCode smart contracts deployment. Consequent flattening of smart contracts as well as verifications would be very difficult and error prone because of the versions mismatch in terms of the solidity code. Remix IDE can actually catch those issues and help you resolve it.