dabit3 / full-stack-web3

A full stack web3 on-chain blog and CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

A full stack web3 on-chain blog and CMS


Languages

Language:JavaScript 56.8%Language:TypeScript 29.8%Language:Solidity 7.4%Language:CSS 6.1%