revelrylabs / elixir-stellar-client

Elixir Client for Stellar
MIT License
20 stars 8 forks source link

SEP-10: muxed account and memo support #109

Open JakeUrban opened 2 years ago

JakeUrban commented 2 years ago

SEP-10 Muxed Account & Memo Support

SEP-10 now supports authenticating users of shared, pooled, or omnibus Stellar accounts.

These users are either represented using a muxed account (an M... address) or a Stellar account (G...) accompanied by an ID memo.

Changes

buildChallengeTx() or the equivalent function

readChallengeTx() or the equivalent function

Implementations

The JS and Python SDKs have implemented this functionality, please use them as references:

JakeUrban commented 2 years ago

https://github.com/stellar/stellar-protocol/issues/1056