Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 647 Bytes

Splinterlands Hive Engine

DEPRECATED: This package was merged into dhive-sl and is also only going to be updated there.


Library to interact with Hive Engine Smart Contracts Platform. Originally developed by harpagon210.

Installation

npm i splinterlands-hive-engine

Setup

import { Client } from 'splinterlands-hive-engine';

const client = new Client('https://api.hive-engine.com/rpc');

const balance = await client.tokens.getBalancesByAccount('aggroed', ['SWAP.HIVE', 'BEE']);