Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 342 Bytes

File metadata and controls

3 lines (2 loc) · 342 Bytes

A Solidity contract where the owner can add administrators. The owner and administrators can create products to sell. Users can purchase a product from the owners as long as there is enough stock. Once a product is purchased the owner can withdraw their funds.

If the owner is done selling the product, they can remove it from the system.