MyoniM / blockchain-crowdfunding

0 stars 1 forks source link

Running older version Solidity #1

Open SuriaAniza opened 2 years ago

SuriaAniza commented 2 years ago

Hi! I realised that in the Campaigns.sol you are still using the pragma 0.4.7; how do you run over this code in Visual Studio Code?

AmitKochar1 commented 2 years ago

Pragma 0.4.7 is very outdated. It's recommended to use pragma version 8. It would eliminate the use safe math as well (it's built In).