Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.28 KB

DAPP for Multi Level Marketing with different level and commissoin structure

A Solidity smart contract that allows any number of users to register through a Parent referral Address at Level 1 and subsequently move on to level 10 by adding more and more heirarchy under them driving to token sales.

Whenever a Purchase of Token happens, the purchaser gets the desired tokens and the complete Parent heirarchy till Level 10 gets commission as per below defined levels and commission structure.

levelToken Sale Volumecommission
1050
2100060
31000065
410000070
520000075
640000080
780000085
8160000090
9320000095
106400000100

Whwnever the Child Heirarchy of a parent reaches to certain benchmark, then the parent level and commission is increased.

A sample Web page is also created that shows different functions like purchase, withdraw, view profile etc with web3 integration with the DAPP.