Solana Issues
Can't resolve 'crypto'
If you’re using Solana, you may encounter an error like this:
This is because you need to polyfill the crypto
module.
If you’re using webpack for example, your webpack config should look something like this:
If you’re using Solana, you may encounter an error like this:
This is because you need to polyfill the crypto
module.
If you’re using webpack for example, your webpack config should look something like this: