Socket
Socket
Sign inDemoInstall

@stardust-collective/dag-keystore

Package Overview
Dependencies
186
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stardust-collective/dag-keystore

A key management tool for the Constellation Network


Version published
Weekly downloads
1
Maintainers
1
Install size
12.8 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 11 Nov 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc