This package has been deprecated

Author message:

This package is no longer supported. It has been replaced by @stardust-collective/dag4-keystore

@stardust-collective/dag-keystore
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

dag-keystore

A key management tool for the Constellation DAG token.

  • Generate new secp256k1 KeyPairs
  • Generate BIP44 Mnemonic Seed Phrases
  • Open pkcs12 files containing secp256k1 private key
  • ECSDA sign & verify
  • DAG token transfers

Install

npm install @stardust-collective/dag-keystore

TypeScript

import {keyStore, keyStoreFile} from '@stardust-collective/dag-keystore';

keyStore.generateSeedPhrase();

const { privateKey, publicKey} = keyStoreFile.readP12(binaryStr, this.passwordStr);

Package Sidebar

Install

npm i @stardust-collective/dag-keystore

Weekly Downloads

3

Version

1.0.12

License

MIT

Unpacked Size

166 kB

Total Files

40

Last publish

Collaborators

  • juandavidkincaid_constellation
  • alexbrandes
  • cm23933
  • ffox77