xpx_crypto 0.0.4+2 copy "xpx_crypto: ^0.0.4+2" to clipboard
xpx_crypto: ^0.0.4+2 copied to clipboard

Official ProximaX Sirius Blockchain implementation ed25519 encryption modules for Dart.

ProximaX Sirius Blockchain Crypto Dart

Official ProximaX Sirius Blockchain implementation ed25519 encryption modules for Dart.

The ProximaX Sirius Crypto Dart 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_crypto: ^0.0.4+1

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_crypto/xpx_crypto.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) 2019 ProximaX Limited

0
likes
120
pub points
16%
popularity

Publisher

verified publisherproximax.io

Official ProximaX Sirius Blockchain implementation ed25519 encryption modules for Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

cryptography, quiver, sha3

More

Packages that depend on xpx_crypto