Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# Marketplace Specification
We are working on a specification to extend [NIP-99](https://github.com/nostr-protocol/nips/blob/master/99.md) to support full ecommerce use case.
# Gamma Markets - Decentralized E-Commerce Protocol - Powered by Nostr

You can read the current specification [here](/spec.md)
Building atop the Nostr protocol, the Gamma Markets protocol is designed to perform the complete e-commerce stack in accordance with the Nostr protocol (as outlined in the [NIPs Specification](https://github.com/nostr-protocol/nips/). Specifically, Gamma Markets defines a set of event specifications for each domain of e-commerce, gives examples of their use, and provides a flexible foundation for evolution and expansion of the spec by the developer community.

## Core Commerce Systems Specifications

"Core commerce systems" in e-commerce are the fundamental components that enable an online business to operate smoothly. These systems manage the essential commerce functions, including product management, transactions, and fulfillment. The Gamma Markets protocol provides event specifications for each of these core commerce domains.

Here’s a list of the Gamma Market core commerce systems defined in this spec:

- Products (LINK: core_products.md)
- Orders (LINK: core_orders.md)
- Fulfillment (LINK: core_fulfillment.md)

## MIPs
MIPs stand for __Market Implementation Possibilities__.

While the Core Commerce Specification defines the foundation of the Gamma Markets Protocol, which ensure maximum interoperability between clients, MIPs define additional features that clients can optionally adopt.

- Reviews
- Support & Returns
- Cart Persistence
- Subscriptions
- Automatic Checkout
- Payment Processing
- Product Collections
- Analytics & Reporting