0xSSDD / web3-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A full stack web3 on-chain blog and CMS

To deploy this app:

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


Languages

Language:JavaScript 81.9%Language:Solidity 9.6%Language:CSS 8.4%