Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 543 Bytes

File metadata and controls

9 lines (7 loc) · 543 Bytes

E-Commerce Platform

This application aims to implement a simple generic ecommerce platform with the following set of features:

  1. Allow anyone create their shop with a set of listings;
  2. Shop should support listing customization + selling both digital (simple flow) and "physical" items;
  3. Create a list-purchase-deliver flow with the use of Sui Objects;
  4. Support platform economy by taking a fee from every purchase;
  5. Implement a simple bonus points acquirable on purchase which then can be used to get a discount or special offer;