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

A lightweight key management library for the terra ecosystem

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.6

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';