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
4 changes: 1 addition & 3 deletions getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,11 @@ In this guide we covered the following topics:

Now that we covered the basics of Scaffold-eth, you should try to familiarize yourself with Solidity and the deployment process, as well as with the different components and hooks Scaffold-eth offers. **Here are some ideas:**

* :closed\_lock\_with\_key: Edit your smart contract `YourContract.sol` in `packages/hardhat/contracts`
* :closed\_lock\_with\_key: Edit your smart contract `YourContract.sol` in `packages/hardhat/contracts`. Make small changes to it and watch your app auto update!
* :pencil: Edit your frontend `App.jsx` in `packages/react-app/src`
* :briefcase: Edit and add your deployment scripts in `packages/hardhat/deploy` - we are using [hardhat-deploy](https://www.npmjs.com/package/hardhat-deploy)
* :pencil2: Make small changes to `YourContract.sol` and watch your app auto update!
* :repeat: You can `yarn deploy` any time and get a fresh new contract in the frontend
* :construction\_worker: Look for the [HardHat](https://hardhat.org) console.log() output in the `yarn chain` terminal
* :alembic: Spend some time tinkering with `YourContract.sol`

{% hint style="info" %}
Don't forget to check the [Examples and Tutorials](../examples-and-tutorials/overview.md) section which has a bunch of tutorials and sample projects built with Scaffold-eth which you can extend or use as a base for your own projects!
Expand Down