Skip to content

ecency/sdk

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

Releases

No releases published