https://github.com/proximax-storage/dart-xpx-chain-sdk
ProximaX Sirius-Chain Dart SDK
https://github.com/proximax-storage/dart-xpx-chain-sdk
blockchain dart sdk sirius
Last synced: about 2 months ago
JSON representation
ProximaX Sirius-Chain Dart SDK
- Host: GitHub
- URL: https://github.com/proximax-storage/dart-xpx-chain-sdk
- Owner: proximax-storage
- License: apache-2.0
- Created: 2019-04-03T01:34:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T14:26:48.000Z (3 months ago)
- Last Synced: 2025-03-20T15:35:11.845Z (3 months ago)
- Topics: blockchain, dart, sdk, sirius
- Language: Dart
- Homepage:
- Size: 1.05 MB
- Stars: 4
- Watchers: 13
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ProximaX Sirius Blockchain Dart SDK
[](https://opensource.org/licenses/Apache-2.0)
The ProximaX Sirius Chain Dart SDK works as a lightweight Dart library for interacting with the Sirius Blockchain. It
provides a complete library set coverage, and supports synchronous and asynchronous requests.**1. Depend on it**
Add this to your package's pubspec.yaml file:
```dart
dependencies:
xpx_chain_sdk: 0.0.11
```**2. Install it**
You can install packages from the command line:
with pub:
```dart
$ pub get
```with Flutter:
```dart
$ flutter packages get
```Alternatively, your editor might support pub get or flutter packages get. Check the docs for your editor to learn more.
**3. Import it**
Now in your Dart code, you can use:
```dart
import 'package:xpx_chain_sdk/xpx_sdk.dart';
```## Wiki and Examples ##
Examples are in the [examples](https://github.com/proximax-storage/dart-xpx-chain-sdk/tree/master/example) folder
For more examples, go to our [wiki](https://github.com/proximax-storage/dart-xpx-chain-sdk/wiki)
## Contribution ##
We'd love to get more people involved in the project. Please feel free to raise any issues or PR and we'll review your
contribution.Copyright (c) 2023 ProximaX Limited