diff options
| author | Francisco Calderón <fjcalderon@gmail.com> | 2024-06-27 11:40:56 -0300 |
|---|---|---|
| committer | Francisco Calderón <fjcalderon@gmail.com> | 2024-06-27 11:40:56 -0300 |
| commit | df977f3874a98783633968ddd9e783b81e3c0ec1 (patch) | |
| tree | 90f9643034ae25892a4412f907a3d06d3a7d2e01 | |
| parent | f57d559dc08bf4b59ddefe9416f7569f751f75dd (diff) | |
Add source tag
| -rw-r--r-- | xx.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -36,9 +36,10 @@ Events are [Parameterized Replaceable Events](https://github.com/nostr-protocol/ | |||
| 36 | "rating", | 36 | "rating", |
| 37 | "{\"total_reviews\":1,\"total_rating\":3.0,\"last_rating\":3,\"max_rate\":5,\"min_rate\":1}" | 37 | "{\"total_reviews\":1,\"total_rating\":3.0,\"last_rating\":3,\"max_rate\":5,\"min_rate\":1}" |
| 38 | ], | 38 | ], |
| 39 | ["source", "https://t.me/p2plightning/xxxxxxx"], | ||
| 39 | ["network", "lightning"], | 40 | ["network", "lightning"], |
| 40 | ["expiration", "1719391096"], | 41 | ["expiration", "1719391096"], |
| 41 | ["y", "mostrop2p"], | 42 | ["y", "lnp2pbot"], |
| 42 | ["z", "order"] | 43 | ["z", "order"] |
| 43 | ], | 44 | ], |
| 44 | "content": "", | 45 | "content": "", |
| @@ -57,6 +58,7 @@ Events are [Parameterized Replaceable Events](https://github.com/nostr-protocol/ | |||
| 57 | - `fa` Fiat amount: The fiat amount being traded, for range orders two values are expected, the minimum and maximum amount. | 58 | - `fa` Fiat amount: The fiat amount being traded, for range orders two values are expected, the minimum and maximum amount. |
| 58 | - `pm` Payment method: The payment method used for the trade. | 59 | - `pm` Payment method: The payment method used for the trade. |
| 59 | - `premium` Premium: The percentage of the premium the maker is willing to pay. | 60 | - `premium` Premium: The percentage of the premium the maker is willing to pay. |
| 61 | - `source` Source: The source of the order, it can be a URL that redirects to the order. | ||
| 60 | - `rating` Rating: The rating of the maker, this document does not define how the rating is calculated, it's up to the platform to define it. | 62 | - `rating` Rating: The rating of the maker, this document does not define how the rating is calculated, it's up to the platform to define it. |
| 61 | - `n` Network: The network used for the trade, it can be `lightning`, `liquid`, `onchain`, etc. | 63 | - `n` Network: The network used for the trade, it can be `lightning`, `liquid`, `onchain`, etc. |
| 62 | - `expiration` Expiration: The expiration date of the order ([NIP-40](https://github.com/nostr-protocol/nips/blob/master/40.md)). | 64 | - `expiration` Expiration: The expiration date of the order ([NIP-40](https://github.com/nostr-protocol/nips/blob/master/40.md)). |