price_service_sdk 1.0.0 copy "price_service_sdk: ^1.0.0" to clipboard
price_service_sdk: ^1.0.0 copied to clipboard

A Dart SDK for pyth price service SDK.

Pyth SDK for Dart #

A Dart port of the Pyth JavaScript SDK, originally developed by the Pyth Data Association.

This package allows Dart and Flutter developers to interact with the Pyth Network, parse on-chain price feeds, and work with accumulator updates in a Dart/Flutter environment.


✨ Features #

  • Parse and validate AccumulatorUpdateData messages.
  • Work with PriceFeed and Price objects.
  • Support for TWAP (Time Weighted Average Price) parsing.
  • Big-endian number parsing using Dart’s ByteData and Uint8List.
  • Compatible with Flutter and pure Dart projects.

🚀 Installation #

Add to your pubspec.yaml:

dependencies:
  pyth_sdk_dart: ^0.1.0
1
likes
130
points
12
downloads

Documentation

API reference

Publisher

verified publisherscallop.io

Weekly Downloads

A Dart SDK for pyth price service SDK.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

decimal, freezed_annotation, json_annotation

More

Packages that depend on price_service_sdk