Skip to content
/ wallets Public

Ecency wallets package to manage Hive tokens and external chains

Notifications You must be signed in to change notification settings

ecency/wallets

Repository files navigation

Ecency wallets – manage Hive account and attach external wallets to it in Ecency system

NPM JavaScript Style Guide

Overview

@ecency/wallets provides an API for managing Hive blockchain wallets and external cryptocurrency wallets within the Ecency ecosystem.

Installation

yarn add @ecency/wallets
# or
npm install @ecency/wallets

Setup

  1. Install react @tanstack/react-query @hiveio/dhive
  2. Use!

Features

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.

Roadmap

  • 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

About

Ecency wallets package to manage Hive tokens and external chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published