ramonvlopes / web3-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Decentralized Blog Platformm, based on Smart Contract and created with:

  • NextJS
  • Ethers
  • Hardhat
  • NodeJS v18

Getting Started

First, install the dependences:

npm install

Now, you need to start the Node Hardhat server to create the Wallet enviroment.

npx hardhat node

You don't close the server while the app in execution.

After the step, needs to realize the Smart Contract deployment.

npx hardhat run --network localhost scripts/deploy.ts

And...

Now, the last step is start the Blog App.

npm run dev

Open http://localhost:3000 with your browser to see the result.

Greetings

Thanks for taking on the app.

About


Languages

Language:TypeScript 88.0%Language:Solidity 7.4%Language:JavaScript 2.7%Language:CSS 1.9%