stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

refactor: use bn.js instead of BigInt #21

Closed yknl closed 4 years ago

yknl commented 4 years ago

This PR switches from BigInt to bn.js throughout to improve compatibility.

reedrosenbluth commented 4 years ago

LGTM!