Skip to content

This is a full-stack Web3 application that implements an on-chain blog and Content Management System (CMS). The project is part of a tutorial series called "The Complete Guide To Full Stack Web3 Development" by dabit3.

Notifications You must be signed in to change notification settings

siriusblack-7c/Full-Stack-Web3-Blog-and-CMS

Repository files navigation

A full stack web3 on-chain blog and CMS

This codebase goes along with my tutorial The Complete Guide To Full Stack Web3 Development

To deploy this app:

  1. Clone this repository
git clone [email protected]:dabit3/full-stack-web3.git
  1. Install the dependencies
npm install
  1. Run the local node
npx hardhat node
  1. Deploy to localhost
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm start

About

This is a full-stack Web3 application that implements an on-chain blog and Content Management System (CMS). The project is part of a tutorial series called "The Complete Guide To Full Stack Web3 Development" by dabit3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published