ton-org / ton

Most popular TON Typescript Library
MIT License
163 stars 37 forks source link

Buffer is not defined #62

Open A1tura opened 3 weeks ago

A1tura commented 3 weeks ago

I get that error: "Buffer is not defined" I already added require("buffer"); but it's still don't work

ddtch commented 3 weeks ago

what builder do you use for your app? If its vite I recommend use vite-plugin-node-polyfills to make it work. aslo try to google node polyfills for web apps

A1tura commented 3 weeks ago

ok, I will try, ty for help.

iftekharalammithu commented 22 hours ago

what builder do you use for your app? If its vite I recommend use vite-plugin-node-polyfills to make it work. aslo try to google node polyfills for web apps

Thanks Buddy You save my day ❤