Initialize the contracts subdirectory
cd packages/contractssforge init --no-commit && rm -rf .github.env
broadcast/
cache/# Remove the Counter files
rm -f src/Counter.sol test/Counter.t.sol script/Counter.s.sol
# Create empty Walnut files in the same locations
touch src/Walnut.sol test/Walnut.t.sol script/Walnut.s.solLast updated

