solana_kit_pyth 0.9.2
solana_kit_pyth: ^0.9.2 copied to clipboard
Pyth Network Hermes client and price account codecs for Solana Kit Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add solana_kit_pythWith Flutter:
$ flutter pub add solana_kit_pythThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
solana_kit_pyth: ^0.9.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:solana_kit_pyth/solana_kit_pyth.dart';