https://github.com/arya2004/qwerty
https://github.com/arya2004/qwerty
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/arya2004/qwerty
- Owner: arya2004
- Created: 2023-12-08T22:26:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T22:28:24.000Z (over 2 years ago)
- Last Synced: 2025-03-01T20:17:21.388Z (over 1 year ago)
- Language: JavaScript
- Size: 744 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A full stack web3 on-chain blog and CMS
> This codebase goes along with my tutorial [The Complete Guide To Full Stack Web3 Development](https://dev.to/dabit3/the-complete-guide-to-full-stack-web3-development-4g74)
To deploy this app:
1. Clone this repository
```sh
git clone git@github.com:dabit3/full-stack-web3.git
```
2. Install the dependencies
```sh
npm install
```
3. Run the local node
```sh
npx hardhat node
```
4. Deploy to localhost
```sh
npx hardhat run scripts/deploy.js --network localhost
```
5. Start the app
```sh
npm start
```