Skip to content

Instantly share code, notes, and snippets.

@TravisMullen
Last active June 15, 2017 18:04
Show Gist options
  • Save TravisMullen/4ec0d0390af35e74dda1cb4364e9183a to your computer and use it in GitHub Desktop.
Save TravisMullen/4ec0d0390af35e74dda1cb4364e9183a to your computer and use it in GitHub Desktop.
// 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