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

Latest commit

 

History

History
24 lines (16 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 623 Bytes

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