@ecency/wallets
provides an API for managing Hive blockchain wallets and external cryptocurrency wallets within the Ecency ecosystem.
yarn add @ecency/wallets
# or
npm install @ecency/wallets
- Install
react @tanstack/react-query @hiveio/dhive
- Use!
This package built on top of @hiveio/dhive and okweb3 packages.
Main functionality is creating wallets based on seed phrase(BIP39) and generating addresses with keys on device. Seed phrases and private keys are never sent to any API, all operations happen locally.
Supportings tokens: BTC, ETH, SOL, TRX, TON, ATOM, APT – theoretically all child tokens of these systems. Make forks for it.
- Add more Hive wallets operations
- Allow to sign transactions with external wallets
- Allow to import existing wallets by phrase or private keys
- Support of DASH
- Support of DOGE