elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 55 forks source link

SEP-10: muxed account and memo support #330

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