Setting Up a Foundry Project and Installing Open-Zeppelin at a Specific Version
Installing
Foundry is an excellent modern framework for developing and testing solidity smart contracts. One of the primary benefits is being able to write tests directly in solidity.
First, we need to install the toolchain installer
$ curl -L https:...
yielddev.io1 min read