KickedDroid / flutter-stellar-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saturn Flutter SDK

alt text

The Saturn open source SDK for ios and android using Flutter.

Generate a Stellar KeyPair

Saturnpackage.stellarKeyPairSeed(String seed);

Create a Stellar account with FriendBot

Saturnpackage.stellarCreateTestAccount(dynamic accountPair);

Build and submit a TX to the stellar network

Saturnpackage.submitStellarTx(String destination, String source, String amount);
// Amount is in string format not a double

About

License:Other


Languages

Language:Java 53.0%Language:Dart 25.5%Language:Objective-C 15.1%Language:Ruby 6.4%