An open API service indexing awesome lists of open source software.

https://github.com/xclud/dart_tron

Dart API Library for interacting with the TRON Network through gRPC and Rest APIs.
https://github.com/xclud/dart_tron

blockchain dart flutter pubdev shasta tron tron-protocol

Last synced: 11 months ago
JSON representation

Dart API Library for interacting with the TRON Network through gRPC and Rest APIs.

Awesome Lists containing this project

README

          

Dart API Library for interacting with the TRON Network through gRPC and Rest APIs.

[![pub package](https://img.shields.io/pub/v/tron.svg)](https://pub.dartlang.org/packages/tron)

## Getting started

In your `pubspec.yaml` file add:

```dart
dependencies:
tron: any
```

## Usage

```dart
import 'package:tron/tron.dart';
```