Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 605 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 605 Bytes

Fanbuidl

Fanbuidl is content based subscription system created using web3 technologies.

There are different entities in the system:

  • Creator: Creates content
  • Subscriber: Subscribes to the content created by Creator
  • Admin: Contract Owner who administrates overall project

Creator

Subscriber

Admin

Development & Contribution

Project is developed with hardhat and ReactJS

Frontend

Frontend is created using create-react-app

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help