1IxI1 / blueprint-scaffold

Bluerpint Scaffold Plugin. Helps you to build a dapp from wrappers which you've wrote for your FunC contracts.
https://www.npmjs.com/package/blueprint-scaffold
18 stars 4 forks source link

Module "crypto" has been externalized for browser compatibility. Cannot access "crypto.createHash" in client code. #6

Open 1IxI1 opened 5 months ago

1IxI1 commented 5 months ago

No polyfill for "crypto" module. Unable to run any wrapper's method in UI.

1IxI1 commented 5 months ago

It's possible to include all polyfills by using a module like https://www.npmjs.com/package/vite-plugin-node-polyfills. But isn't that a "gold plating"?