defindex_sdk 1.0.1 copy "defindex_sdk: ^1.0.1" to clipboard
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';
0
likes
130
points
132
downloads

Publisher

unverified uploader

Weekly Downloads

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, making it easier for developers to integrate Defindex into their Dart or Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, stellar_flutter_sdk

More

Packages that depend on defindex_sdk