Native Dart client for Fuel blockchain, a modern blockchain created as an operating system for Ethereum rollups. Fuel allows rollups to solve for PSI (parallelization, state minimized execution, interoperability) without making any sacrifices.
This library supports all API class and basic data types that reflect network types and structures and utility functions to ease up creation of specific requests. And aimed at maintaining idiomatic Dart code and best practices.
With Dart:
$ dart pub add fuel_api
With Flutter:
$ flutter pub add fuel_api
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fuel_api: any
Alternatively, 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:fuel_api/fuel_api.dart';
See examples on how to use library.
This library developed by Kelecorix, Inc.
Contributions are welcome, open new PR or submit new issue.