pylons_sdk 0.0.3 pylons_sdk: ^0.0.3 copied to clipboard
Pylons sdk converts client apps to the pylons wallet. It helps the client apps to perform actions on the pylons chain.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pylons_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
pylons_sdk: ^0.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pylons_sdk/pylons_sdk.dart';