Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 386 Bytes

File metadata and controls

33 lines (22 loc) · 386 Bytes

A full stack web3 on-chain blog and CMS

To deploy this app:

  1. Clone this repository
git clone git@github.com:codeV124/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