sr25519 0.7.0 copy "sr25519: ^0.7.0" to clipboard
sr25519: ^0.7.0 copied to clipboard

A sr25519 cryptography library in pure Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sr25519

With Flutter:

 $ flutter pub add sr25519

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sr25519: ^0.7.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sr25519/sr25519.dart';
1
likes
140
points
1.3k
downloads

Publisher

verified publisherpolkadart.dev

Weekly Downloads

A sr25519 cryptography library in pure Dart

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, convert, cryptography, merlin, ristretto255, substrate_bip39

More

Packages that depend on sr25519