Last active
June 15, 2017 18:04
-
-
Save TravisMullen/4ec0d0390af35e74dda1cb4364e9183a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// give me the raw wei | |
export function ether (_value) { | |
const value = web3.fromWei(_value, 'ether').toString(10) | |
return `Ξ\t${value}` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment