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
Copy file name to clipboardExpand all lines: .gitbook/building-dapps/configuring-react.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,28 @@ These are the most commonly used packages from the `injective-ts` monorepo.
27
27
28
28
### 3. Configuring Vite and adding polyfills
29
29
30
-
First, add the needed polyfill packages
30
+
First, add the needed polyfill packages and buffer 
31
+
32
+
{% hint style="info" %}
33
+
One of the main dependencies for any crypto-related decentralized application is `Buffer`. To make sure we add `Buffer` To our project, we can install it as a dependency and then make a import it to the global/window object).
0 commit comments