Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@stardust-collective/dag-keystore

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stardust-collective/dag-keystore

A key management tool for the Constellation Network

latest
Source
npmnpm
Version
1.0.12
Version published
Maintainers
1
Created
Source

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

Keywords

constellation

FAQs

Package last updated on 11 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts