AdChain / AdChainRegistry

adChain registry smart contracts
Apache License 2.0
30 stars 10 forks source link

BigNumber.js #27

Closed kangarang closed 6 years ago

kangarang commented 6 years ago

For now we've got bignumber aliased as BN to enable easier peasier fractional divisioner.

Just making a note to refactor/revert in the near future.

skmgoldin commented 6 years ago

Another option is to see if BigNumber has uint support. I feel like it must. BigNumber is more actively developed than BN.