Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

CipherDogs/ethereum-unit-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-unit-converter

Ether to Gwei, Wei, Finney, Szabo, Shannon etc.

Development Build

Install Elm (e.g. with npm install --global elm or make install), then from the root project directory, run this:

$ elm make src/Main.elm --output elm.js

If you want to include the time-traveling debugger, add --debug like so:

$ elm make src/Main.elm --output elm.js --debug

Production Build

(Make sure you have Uglify installed first, e.g. with npm install --global uglify-js or make install)

make build