A full stack web3 on-chain blog and CMS
To deploy this app:
- Clone this repository
git clone git@github.com:mertcanaltin/full-stack-web3.git
- Install the dependencies
npm install
- Run the local node
npx hardhat node
- Deploy to localhost
npx hardhat run scripts/deploy.js --network localhost
- Start the app
npm start