1.1.3 • Published 12 months ago

@fruitsjs/util v1.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

@fruitsjs/util

Useful utilities and tools for building Fruits Eco-Blockchain applications

Installation

@fruitsjs/util can be used with NodeJS or Web.

Using with NodeJS and/or modern web frameworks

Install using npm:

npm install @fruitsjs/util

or using yarn:

yarn add @fruitsjs/util

Example

import {Amount} from '@fruitsjs/util'

const value = Amount.fromFrts(1000)
console.log(value.toString())