Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arya2004/qwerty


https://github.com/arya2004/qwerty

Last synced: 5 days ago
JSON representation

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
```