xpx_chain_sdk 0.0.11 copy "xpx_chain_sdk: ^0.0.11" to clipboard
xpx_chain_sdk: ^0.0.11 copied to clipboard

The ProximaX Sirius Chain Dart SDK works as a async lightweight Dart library for interacting with the Sirius Blockchain.

Vue logo

ProximaX Sirius Blockchain Dart SDK

License

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:

dependencies:
  xpx_chain_sdk: 0.0.11

2. Install it

You can install packages from the command line:

with pub:

$ pub get

with Flutter:

$ 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:

import 'package:xpx_chain_sdk/xpx_sdk.dart';

Wiki and Examples #

Examples are in the examples folder

For more examples, go to our 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

3
likes
100
pub points
34%
popularity

Publisher

verified publisherproximax.io

The ProximaX Sirius Chain Dart SDK works as a async lightweight Dart library for interacting with the Sirius Blockchain.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

base32, collection, convert, dio, encrypt, fixnum, flat_buffers, http, pointycastle, sha3, time_machine, xpx_crypto

More

Packages that depend on xpx_chain_sdk