Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.07 KB

ViteClout

Viteclout is a social network based on the vite ecosystem, content creators are called Vuilders and they can mint their own coin on the vite blockchain to sell them on the website. Creators can subsequently provide certain services to their fans that hold their token.

This project has been done during the 'Hackathon: Grants Round 12 Hackathon' of Gitcoin.

Demo

https://viteclout.ekazuki.fr

Optimizations

  • Verification of signature made by the vite_signMessage method of ViteConnect is not working properly
  • the formula provided have an unexpected behavior when there is only 1 token in circulation: 0.003 * (1-1)^2 = 0

Features

All the features requested for Tier 3 are implemented.

Authors

Installation

This project was bootstrapped with Create React App.

  npm i
  yarn start