0.0.8 • Published 2 years ago

waves-helper v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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 nameMethod description
getCurrenciesGetting information by platformId or AssetId
convertAmountConverts a number between blockchain format and code
getRateGetting an approximate dollar rate
getRateToRateGetting rate to rate

License

MIT license

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago