Skip to content

A simple helper for converting units of Nano cryptocurrency

Notifications You must be signed in to change notification settings

binarycabin/nano-units

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano Unit Helper

A simple helper for converting units of Nano cryptocurrency

Install

composer require binarycabin/nano-units

Usage

\NanoUnits::convert($unitFrom,$unitTo,$value)

for example

\NanoUnits::convert('Mnano','knano',99)
// Returns "99000"

Laravel

The package makes a NanoUnits facade, so you can simply do

\NanoUnits::convert($unitFrom,$unitTo,$value)

Units Available

  • Gnano
  • ticker
  • Mnano
  • knano
  • nano
  • mnano
  • unano
  • raw

Note, the NANO ticker value is represented by "Mnano", which can sometimes cause confusion with the "nano" unit. You can use the "ticker" unit as an alias for "Mnano" to help make it easier for debugging

About

A simple helper for converting units of Nano cryptocurrency

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages