1.0.4 • Published 4 years ago

@inbloxme/inblox-wallet v1.0.4

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

Generate Wallet

Download this library using,

npm install @inbloxme/inblox-wallet

Import this library into your project using,

const InbloxWallet = require('@inbloxme/inblox-wallet')

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 mnemonic = 'your, twelve, word, seed, phrase, to, import, your, Ethereum, wallet, credentials, from';
const newWallet = wallet.importFromMnemonic(mnemonic)
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago