@peakd/hive-engine-sdk
v0.4.1
Published
The simple way to interact with Hive Engine nodes.
Readme
hive-engine-sdk
The small library to interact with Hive Engine (https://hive-engine.com/) nodes in a reliable way.
IMPORTANT: The package is still under development and things may break unexpectedly.
Installation
$ npm i @peakd/hive-engine-sdkBasic usage
import { hiveEngineApi } from '@peakd/hive-engine-sdk'
const tokenData = await hiveEngineApi.getToken('BEE')
console.log(tokenData)