https://github.com/ghostffcode/ghost-scaffold-eth
My production version for quick scaffold-eth buidls
https://github.com/ghostffcode/ghost-scaffold-eth
Last synced: 9 months ago
JSON representation
My production version for quick scaffold-eth buidls
- Host: GitHub
- URL: https://github.com/ghostffcode/ghost-scaffold-eth
- Owner: ghostffcode
- License: mit
- Created: 2022-03-28T19:53:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T03:56:09.000Z (about 4 years ago)
- Last Synced: 2024-10-18T20:48:44.353Z (over 1 year ago)
- Language: CSS
- Size: 7.72 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👻🏗 Ghost Scaffold-ETH (WIP)
> My personal starterkit for quick scaffold-eth Buidls

# 🏄♂️ Quick Start
Prerequisites: [Node (v16 LTS)](https://nodejs.org/en/download/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)
> clone/fork:
```bash
git clone https://github.com/ghostffcode/ghost-scaffold-eth.git
```
> install and start your 👷 Hardhat chain:
```bash
cd ghost-scaffold-eth
yarn install
yarn chain
```
> in a second terminal window, start your 📱 frontend:
```bash
cd ghost-scaffold-eth
yarn start
```
> in a third terminal window, 🛰 deploy your contract:
```bash
cd ghost-scaffold-eth
yarn deploy
```
🔏 Edit your smart contract `YourContract.sol` in `packages/hardhat/contracts`
📝 Edit your frontend `App.jsx` in `packages/react-app/src`
💼 Edit your deployment scripts in `packages/hardhat/deploy`
📱 Open http://localhost:3000 to see the app