Skip to content

Instantly share code, notes, and snippets.

@raypulver
Created January 8, 2018 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raypulver/596bbccaea4f34e6d52b2a102918a855 to your computer and use it in GitHub Desktop.
Save raypulver/596bbccaea4f34e6d52b2a102918a855 to your computer and use it in GitHub Desktop.
const BN = require('bignumber.js');
const buyAmount = new BN('1000').mul(new BN(10).pow(8)).toPrecision();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment