@keyhub/keyhub-vault-nxt

NXT library code


Keywords
nxt, blockchain
License
Zlib
Install
npm install @keyhub/keyhub-vault-nxt@0.1.0

Documentation

Keyhub-Vault Monorepo

This is the monorepo for the Keyhub Vault component using Lerna.

List of Packages

Install IDE Plugins

  • Visual Studio Code IDE: Install ESLint and Prettier - Code formatter extensions via the sidebar.

Bootstrap Dependencies

npm install -g npm@latest # Recommended
npm install # This will also run lerna bootstrap

Reinstall All Dependencies

npx lerna clean --yes
npx lerna bootstrap