5 likes
·
1.3K reads
2 comments
Deactivated User
·May 20, 2022
May 20, 2022
Awesome article! Just one quick suggestion, if you include the directory name before the file you can create files without having to cd
into the specific directory. For example:
touch scripts/deploy.js
touch contracts/Buildoooor.sol
This will remove the need to navigate in and out of different directories which adds more margin for error when following along with a tutorial.
2
·
·1 reply
Author
·May 20, 2022
Thanks for the hack!
1
·