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.
npm i splinterlands-hive-engine
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']);