kelecorix / fuel-dart-client

Fuel native Dart SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuel Blockchain Dart Client

Pub Version GitHub Tests

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.

Installation

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';

Usage

See examples on how to use library.

Contributions

This library developed by Kelecorix, Inc.

Contributions are welcome, open new PR or submit new issue.

About

Fuel native Dart SDK

License:MIT License


Languages

Language:Dart 100.0%