iw-iost

1.0.1 • Public • Published

iw-iost

This project provides a simple package to realize the core logic of the wallet. If you have any questions, please ask at the following website icanwallet

use case

//from mnemonic
const ecc = require('iw-iost/iw-address')
const wallet = ecc.fromMnemonic(mnemonic)
console.log(wallet)
//from privateKey
const wallet2 = ecc.fromPrivateKey(wallet.privateKey)
console.log(wallet2)
//check address
console.log(ecc.isAddress(wallet.address))

Readme

Keywords

none

Package Sidebar

Install

npm i iw-iost

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

44.2 kB

Total Files

22

Last publish

Collaborators

  • icanwallet