Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion toolkit/scaffold-eth-toolbox/scaffold-eth-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yarn install

`yarn start` starts a react frontend server at `localhost:3000`

`yarn complile` compiles any smart contracts located at `packages/hardhat/contracts/`
`yarn compile` compiles any smart contracts located at `packages/hardhat/contracts/`

`yarn deploy` deploys any smart contracts that have been specified in `00_deploy_your_contract.js` located at `packages/hardhat/deploy/`

Expand Down