Adding Dependencies to your Contracts in Foundry
May 7, 2022 · 3 min read · In building smart contracts a very common thing you will need to do is add dependencies to take advantage of code other people have already written. One of the most common dependencies/smart contract libraries to use is OpenZeppelin's contracts. They...
GSGuido and 2 more commented