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

https://github.com/codex2124/a-full-stack-web3-on-chain-blog-and-cms


https://github.com/codex2124/a-full-stack-web3-on-chain-blog-and-cms

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

## A full stack web3 on-chain blog and CMS

To deploy this app:

1. Clone this repository

```sh
git clone git@github.com:codeV124/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
```