waves-helper
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

Waves helper

Simplification techniques for working with waves blockchain

Installing:

You need to install node.js first. Once you have it, install waves-helper with command:

npm install waves-helper

This will install application globally so that it may be run from the command line.

Usage:

import { WavesHelper } from "waves-helper"

const WH = new WavesHelper()

setTimeout(() => {
    console.log(WH.getRate("EGG"))
}, 5000)

Available methods:

Method name Method description
getCurrencies Getting information by platformId or AssetId
convertAmount Converts a number between blockchain format and code
getRate Getting an approximate dollar rate
getRateToRate Getting rate to rate

License

MIT license

Package Sidebar

Install

npm i waves-helper

Weekly Downloads

1

Version

0.0.8

License

ISC

Unpacked Size

28.9 kB

Total Files

15

Last publish

Collaborators

  • stekolschikov