Skip to content

Commit

Permalink
add sep7 and sep30 to stellar-ecosystem-proposals.mdx (#166)
Browse files Browse the repository at this point in the history
* add sep7 and sep30 to stellar-ecosystem-proposals.mdx

* small editorial tweaks

---------

Co-authored-by: Bri <[email protected]>
  • Loading branch information
jeesunikim and briwylde08 authored Jun 16, 2023
1 parent b8c956f commit 35f1311
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/fundamentals-and-concepts/stellar-ecosystem-proposals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,21 @@ SEP-0024 is the alternative to SEP-0006 which supports hosted deposits and withd

[Link to GitHub](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md)

### SEP-0007 - URI Scheme to Facilitate Delegated Signing

Defines the standard URI scheme that can be used to generate a URI that will serve as a request to sign a transaction. With this SEP’s guidance, non-wallet applications can have their their users sign a transaction without seeing the wallet user's secret key in any form since the URI (request) will typically be signed by the user’s trusted wallet where the secret keys are stored.

This SEP defines a standard protocol enabling the following features within a wallet or other Stellar client:

- Deeplinks payments (online)
- QR code payments (online and offline)
- Point of sale transactions (offline)
- Peer to peer payments (online and offline)

**Used by wallets and other applications.**

[Link to GitHub](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0007.md)

### SEP-0010 - Stellar Authentication

Defines a standard way for clients (such as wallets or exchanges) to create authenticated web sessions for users holding a Stellar account. This SEP also supports authenticating users of shared or pooled Stellar accounts. Clients can use muxed accounts to distinguish users or sub-accounts of shared accounts.
Expand Down Expand Up @@ -105,6 +120,21 @@ SEP-0006 is the alternative to SEP-0024 that supports an API-style solution for

[Link to GitHub](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md)

### SEP-0030 - Account Recovery: Multi-Party Recovery of Stellar Accounts

Defines the standard API that enables an individual (e.g., a user or wallet) to regain access to a Stellar account that it owns after the individual has lost its private key without providing any third-party control of the account. Using this protocol, the user or wallet will preregister the account and a phone number, email, or other form of authentication with one or more servers implementing the protocol and add those servers as signers of the account. If two or more servers are used with appropriate signer configuration no individual server will have control of the account, but collectively, they may help the individual recover access to the account.

The protocol also enables individuals to pass control of a Stellar account to another individual.

This SEP enables the following use cases for a user:

- Recover: Recover access to Stellar accounts for which they may have lost keys.
- Share: Gain access to Stellar accounts that another user intends to share with them.

**Used by wallets and other applications.**

[Link to GitHub](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0030.md)

### SEP-0031 - Cross-Border Payment API

Defines the protocol for two financial accounts that exist outside the Stellar network (anchors) to interact with each other.
Expand Down

0 comments on commit 35f1311

Please sign in to comment.