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

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

Awesome Lists containing this project

README

        

Vue logo


ProximaX Sirius Blockchain Dart SDK

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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