0.2.3 • Published 9 months ago

@peakd/hive-wallet-sdk v0.2.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
9 months ago

hive-wallet-sdk

The simple way to support all the wallets of the Hive blockchain.

IMPORTANT: The package is still under development and things may break unexpectedly.

Installation

$ npm i @peakd/hive-wallet-sdk

Basic usage

import { getWallet } from '@peakd/hive-wallet-sdk'

// Get wallet reference
// Supported wallet IDs: 'peakvault', 'keychain', 'metamask'
const wallet = await getWallet('peakvault')

// Use wallet
const json = {
  message: `Sending json from ${wallet.name}`
}
// Request custom json
const res = await wallet.customJson('muwave', 'test', 'posting', json)

Documentation

You can find the docs here

0.2.3

9 months ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.21

12 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.2.2

9 months ago

0.1.0

1 year ago

0.0.101

1 year ago

0.0.55

1 year ago

0.0.50

1 year ago

0.0.36

1 year ago

0.0.31

1 year ago

0.0.34

1 year ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago