defindex 0.0.2
defindex: ^0.0.2 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 Dart:
$ dart pub add defindexWith Flutter:
$ flutter pub add defindexThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
defindex: ^0.0.2Alternatively, your editor might support dart pub get or 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/defindex.dart';