Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 576 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 576 Bytes

About

DappMedium is a platform where anybody can write their content and the reader will be paying directly to the content writer, no middleman involved.

Tools & Technology

  • Solidity
  • Truffle framework
  • Node js
  • React
  • Ganache
  • Metamask

Installation Steps

First

  • Setup Ganache at 7545
  • Setup metamask at localhost:7545

Second

  • git clone
  • cd DappMedium
  • npm install
  • cd frontend
  • npm install
  • cd ..
  • npx truffle compile
  • npx truffle migrate
  • npm start

How to Contribute

Feel free to create issue and start contributing :)