iw-xlm

1.0.1 • Public • Published

iw-xlm

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-xlm/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))

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    20
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    20
  • 1.0.0
    0

Package Sidebar

Install

npm i iw-xlm

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

405 kB

Total Files

76

Last publish

Collaborators

  • icanwallet