defindex_sdk 1.0.1 defindex_sdk: ^1.0.1 copied to clipboard
This package provides a Dart interface to interact with the Defindex Smart Contract on Soroban in the Stellar network. It simplifies the process of sending transactions and querying contract state, ma [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add defindex_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
defindex_sdk: ^1.0.1
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:defindex_sdk/defindex_sdk.dart';