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.
- Host: GitHub
- URL: https://github.com/xclud/dart_tron
- Owner: xclud
- License: mit
- Created: 2021-12-20T10:57:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T17:56:54.000Z (12 months ago)
- Last Synced: 2025-04-25T12:54:40.591Z (11 months ago)
- Topics: blockchain, dart, flutter, pubdev, shasta, tron, tron-protocol
- Language: Dart
- Homepage: https://pub.dev/packages/tron/
- Size: 157 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Dart API Library for interacting with the TRON Network through gRPC and Rest APIs.
[](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';
```