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
- Host: GitHub
- URL: https://github.com/desmondsanctity/web3-blog
- Owner: DesmondSanctity
- Created: 2022-02-20T21:13:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T07:23:41.000Z (over 4 years ago)
- Last Synced: 2025-02-17T07:44:31.024Z (over 1 year ago)
- Topics: blog, dapps, ethereum, hardhat, javascript, nextjs, react, smart-contracts, subgraph
- Language: JavaScript
- Homepage:
- Size: 300 KB
- Stars: 3
- Watchers: 2
- 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
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
```