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

A sr25519 crypytography library in pure Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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.1.1

Alternatively, your editor might support dart 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';