0:00 - Intro 0:30 - forge install 2:45 - forge remappings 3:06 - forge update 3:21 - forge remove 4:29 - npm install Openzeppelin 6:12 - remappings.txt Code github.com/t4sk/hello-foundry Book book.getfoundry.sh/ Solidity by Example solidity-by-example.org/ Take a course www.smartcontract.engineer/
@birrafondaio Жыл бұрын
Keep it up man, your videos are invaluable
@Stiernackenkommandoo6 ай бұрын
love your content man - thanks for everything
@meka4996 Жыл бұрын
Super! Thank you.
@nitinraja9686 Жыл бұрын
Hi @smart Contract Programmer can you make a video Explaining ERC-4337 (Smart Contract Wallet) and how can we Implement it? Its Quite Difficult to Understand even the official Document of ERC-4337
@sayandcode Жыл бұрын
Why do we need to use npm when we can use forge install?
@smartcontractprogrammer Жыл бұрын
i am used to using NPM and remapping
@kendev261111 ай бұрын
@@smartcontractprogrammer can I use `forge install Openzeppelin/openzeppelin-contracts` and then remapping in the `foundry.toml`?
@kahuna258811 ай бұрын
@@kendev2611 yes
@m.a27779 ай бұрын
Good Question.
@romanrogers1647 Жыл бұрын
👑
@kevinnzeng7081 Жыл бұрын
❤🙌🏾
@MrCoreyTexas5 ай бұрын
Many of us are not familiar with git, you abruptly introduce it halfway thru the video
@smartcontractprogrammer5 ай бұрын
There are many videos out there that explains git well
@MrCoreyTexas5 ай бұрын
It looked like on line 3 you needed import "solmate/src/tokens/ERC20.sol" based on the subdirectories on the left hand pane. What am I missing? EDIT: It looks like a remapping is like a symbolic link in the Unix filesystem