This repository contains code examples from Smart Contract Programmer youtube channel.
The code examples are living in src
directory. Each source file only covers one topic. Tests for each topic are covered in test
directory.
You need to install foundry-rs to run tests.
forge test -vvvv
forge test --match-contract ArrayShift -vvvv