🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@inbloxme/inblox-wallet

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inbloxme/inblox-wallet

Package to create and import an Ethereum wallet,

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
0
-100%
Maintainers
3
Weekly downloads
 
Created
Source

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)

FAQs

Package last updated on 23 Mar 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