PatrickAlphaC/rwa-creator

Review the 'forge install' section in the Makefile

hex-aragon opened this issue · 1 comments

Hello, I'm listening to the Chainlink Hackathon lecture and I think there is something missing in the process of building with the make command.

I think I missed the part of installing ccip contract in the before and after as follows, so I get an error when executing the make command, so please check it~~.

Makefile line 15

before :
install :; forge install cyfrin/foundry-devops --no-commit && forge install smartcontractkit/chainlink-brownie-contracts@0.8.0 --no-commit && forge install foundry-rs/forge-std --no-commit && forge install openzeppelin/openzeppelin-contracts --no-commit

after : 
install :; forge install cyfrin/foundry-devops --no-commit && forge install smartcontractkit/chainlink-brownie-contracts@0.8.0 --no-commit && forge install foundry-rs/forge-std --no-commit && forge install openzeppelin/openzeppelin-contracts --no-commit && forge install cyfrin/ccip-contracts@1.4.0 --no-commit

I modified the file like after and make finished fine.

Please check it out

Translated with DeepL.com (free version)

You're right!

Fixed

7c5fcc4