terra_dart_keys 1.0.0 copy "terra_dart_keys: ^1.0.0" to clipboard
terra_dart_keys: ^1.0.0 copied to clipboard

A lightweight key management library for dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add terra_dart_keys

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

dependencies:
  terra_dart_keys: ^1.0.0

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:terra_dart_keys/cliKey.dart';
import 'package:terra_dart_keys/keys/args/legacyMultiSignArgs.dart';
import 'package:terra_dart_keys/keys/constants/cosmosKeys.dart';
import 'package:terra_dart_keys/keys/constants/tendermintKeys.dart';
import 'package:terra_dart_keys/keys/constants/terraPubKeys.dart';
import 'package:terra_dart_keys/keys/simplePublicKey.dart';
import 'package:terra_dart_keys/mnemonicKey.dart';
import 'package:terra_dart_keys/rawKey.dart';
import 'package:terra_dart_keys/terra_keys.dart';
0
likes
0
pub points
4%
popularity

Publisher

verified publisherterramystics.com.au

A lightweight key management library for dart

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (LICENSE)

Dependencies

protobuf_google, terra_dart_sdk_extensions

More

Packages that depend on terra_dart_keys