ChainSafe / fixed-sized-numbers-ts

Fixed Sized BigNumbers in TypeScript
2 stars 4 forks source link

Switch to BN.js #19

Open JonathanLorimer opened 5 years ago

JonathanLorimer commented 5 years ago

Switch out bignumber.js to BN.js

Better api for handling buffers, and better integration with other utilities such as ethers.js

ChainSafeSystems commented 5 years ago

For anyone who wasn't at the last meetup, @ricmoo and someone else made this suggestion when @GregTheGreek spoke about fixed-sized-numbers-ts.