Skip to content

Commit

Permalink
add sep-38 support
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Feb 1, 2024
1 parent 733f243 commit c239163
Show file tree
Hide file tree
Showing 10 changed files with 1,129 additions and 34 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.7.4] - 01.Feb.2024.
- add SEP-38 support

## [1.7.3] - 18.Jan.2024.
- update and extend SEP-09 KYC fields

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A
1. Add the dependency to your pubspec.yaml file:
```
dependencies:
stellar_flutter_sdk: ^1.7.3
stellar_flutter_sdk: ^1.7.4
```
2. Install it (command line or IDE):
```
Expand Down Expand Up @@ -300,7 +300,8 @@ print(response.memo);
| [SEP-0011: Txrep](documentation/sdk_examples/sep-0011-txrep.md) | This example shows how to to generate Txrep (human-readable low-level representation of Stellar transactions) from a transaction and how to create a transaction object from a Txrep string. | [SEP-0011](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0011.md) |
| [SEP-0012: KYC API](documentation/sdk_examples/sep-0012-kyc.md) | In this examples you can see how to use the sdk to send KYC data to anchors and other services. | [SEP-0012](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md) |
| [SEP-0024: Hosted Deposit and Withdrawal](documentation/sdk_examples/sep-0024.md) | In this examples you can see how to interact with anchors in a standard way defined by SEP-0024 | [SEP-0024](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md) |
| [SEP-0030: Account Recovery](documentation/sdk_examples/sep-0030.md) | In this examples you can see how to recover accounts as defined by SEP-0030 | [SEP-0030](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0030.md) |
| [SEP-0030: Account Recovery](documentation/sdk_examples/sep-0030.md) | In this examples you can learn how to recover accounts as defined by SEP-0030 | [SEP-0030](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0030.md) |
| [SEP-0038: Quotes](documentation/sdk_examples/sep-0038.md) | In this examples you can learn how to get quotes as defined by SEP-0038 | [SEP-0038](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md) |


Additional examples can be found in the [tests](https://github.com/Soneso/stellar_flutter_sdk/blob/master/test/).
Expand All @@ -324,6 +325,7 @@ You can find additional documentation including the API documentation in the [do
- [SEP-0024: Hosted Deposit and Withdrawal](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md)
- [SEP-0029: Account Memo Requirements](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0029.md)
- [SEP-0030: Account Recovery](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0030.md)
- [SEP-0038: Anchor RFQ API](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md)

## Soroban support

Expand Down
Loading

0 comments on commit c239163

Please sign in to comment.