You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing Tari.js into a another project requires some polyfill, in case of my React app with vite I had to add plugin vite-plugin-node-polyfills and add it to the vite.config.ts
Importing
Tari.js
into a another project requires some polyfill, in case of my React app withvite
I had to add plugin vite-plugin-node-polyfills and add it to thevite.config.ts
It was only required by
metamask
provider which I didn't use so it only increased bundle size of my app.One solution to this could be splitting this repo into smaller ones so configuration would only be required If used
metamask
The text was updated successfully, but these errors were encountered: