If you have been building smart contract on Ethereum or any EVM compatible blockchain, you must have used Truffle or Hardhat as your solidity development toolkit. Recently I bumped into a blockchain dev in a meetup and he recommended to try Foundry.Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.- Description on Foundry Github RepositoryInstall and setupMy journey starts with curl -L https://foundry.paradigm.xyz | bash and foundryup...