Skip to content

Commit

Permalink
add soroban support
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Jan 22, 2023
1 parent 233d9db commit f3e9b57
Show file tree
Hide file tree
Showing 23 changed files with 5,386 additions and 165 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.5.0] - 22.Jan.2023.
- add soroban support

## [1.4.1] - 20.Dec.2022.
- add client domain signing delegate to webauth (sep-0010)
- extend and improve webauth test
Expand Down
7 changes: 6 additions & 1 deletion 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.4.1
stellar_flutter_sdk: ^1.5.0
```
2. Install it (command line or IDE):
```
Expand Down Expand Up @@ -318,6 +318,11 @@ You can find additional documentation including the API documentation in the [do
- [SEP-0011 (Txrep)](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0011.md)
- [SEP-0012: KYC API](documentation/sdk_examples/sep-0012-kyc.md)

## Soroban support

This SDK provides experimental [support for Soroban](https://github.com/Soneso/stellar_flutter_sdk/blob/master/soroban.md).


## How to contribute

Please read our [Contribution Guide](https://github.com/Soneso/stellar_flutter_sdk/blob/master/CONTRIBUTING.md).
Expand Down
Binary file modified documentation/sdk_api_doc.zip
Binary file not shown.
Loading

0 comments on commit f3e9b57

Please sign in to comment.