Skip to content

GraoMelo/hathor-wallet-lib

 
 

Repository files navigation

Hathor Wallet Library

Library used by Hathor Wallet. More information at Hathor Network website.

Install

npm install @hathor/wallet-lib

Setting storage

This lib requires a storage to be set so it can persist data. Take a look at src/storage.js for the methods this storage object should implement.

const hathorLib = require('@hathor/wallet-lib');
hathorLib.storage.setStorage(storageFactory);

About

Lib to create wallets using Hathor's full node API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Makefile 0.1%