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

https://github.com/desmondsanctity/web3-blog

A simple blog post app that runs on ethereum blockchain. Built with solidity, subgraph, hardhat and next.js
https://github.com/desmondsanctity/web3-blog

blog dapps ethereum hardhat javascript nextjs react smart-contracts subgraph

Last synced: about 1 month ago
JSON representation

A simple blog post app that runs on ethereum blockchain. Built with solidity, subgraph, hardhat and next.js

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:DesmondSanctity/web3-blog.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
```