@marinade.finance/web3js-common
Utilities to work with Solana web3.js library.
-
ReferenceError: crypto is not defined
: The web3.js 2.0 requires be running on NodeJS version 20+ as there is implemented nativelycrypto
module. This error suggests an older version being used.