1.0.0 • Published 4 years ago

@inbloxme/wallet-package v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Generate Wallet

Download this library using,

npm install inblox-wallet-generate

Import this library into your project using,

const InbloxWallet = require('inblox-wallet-generate')

Initialise the constructor

const wallet = new InbloxWallet()

Generate your wallet using,

const newWallet = wallet.createWallet()

If you already have a mnemonic and wants to import the wallet using mnemonic, then use,

const newWallet = wallet.importFromMnemonic()

1.0.0

4 years ago