Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

roshii/CryptoCurrencies.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoCurrencies.jl

Build Status

Purpose

This package provides accepted cryptocurrency names and codes.

Data Source

Data for this package was compiled manually and is not meant to be exhaustive. Please feel free to add any missing entries to the list.

Usage

julia> using CryptoCurrencies; import CryptoCurrencies: unit, name, BTC, LTC, XMR, ZEC
julia> for ccy in [BTC,LTC,XMR,ZEC]
       println("Currency: $(ccy)")
       println("Name: $(name(ccy))")
       println("Minor Unit: $(unit(ccy))\n")
       end

Currency: BTC
Name: Bitcoin
Minor Unit: 8

Currency: LTC
Name: Litecoin
Minor Unit: 8

Currency: XMR
Name: Monero
Minor Unit: 8

Currency: ZEC
Name: Zcash
Minor Unit: 8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%