bnogalm / StellarQtSDK

Stellar Java SDK ported to Qt/C++. Interface to deal with Horizon API
Mozilla Public License 2.0
26 stars 12 forks source link

Support for SEP 10 challenge transaction #28

Closed ire-and-curses closed 5 years ago

ire-and-curses commented 5 years ago

SEP 10 describes a specific form for the "challenge" transaction used for authentication. Providing a helper at the SDK level makes sense to save users from reimplementing the spec.

Here are example implementations in Go and JS.

bnogalm commented 5 years ago

29 implemented

bnogalm commented 5 years ago

merged to master