-
I was going through the migration guide to ethers.js, and noticed that for BigInt, Viem uses the browser's builtin BigInt API, so does that mean Viem is not suitable for backend apps (where there is no browser)? I haven't tried using it yet, just thought I would ask in case someone already knows the answer. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jxom
Jan 6, 2024
Replies: 1 comment 1 reply
-
Plenty of folks are using Viem in a Node backend! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AlissonRS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BigInt
is supported on Node: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt#browser_compatibilityPlenty of folks are using Viem in a Node backend!