Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arya2004/qwerty
https://github.com/arya2004/qwerty
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arya2004/qwerty
- Owner: arya2004
- Created: 2023-12-08T22:26:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-08T22:28:24.000Z (12 months ago)
- Last Synced: 2024-05-30T14:35:36.208Z (6 months ago)
- Language: JavaScript
- Size: 744 KB
- Stars: 0
- 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 [email protected]: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
```