everx-labs / ever-sdk-js

Javascript SDK for TVM blockchains (Everscale, TON, Venom, etc)

Home Page:https://tonlabs.github.io/ever-sdk-js/

Repository from Github https://github.comeverx-labs/ever-sdk-jsRepository from Github https://github.comeverx-labs/ever-sdk-js

Using @tonclient/core and @tonclient/lib-web in SSR application

velialiev opened this issue · comments

Do you have plans to add support for SSR to @tonclient/core and @tonclient/lib-web? I'm using this library inside my Next.js app and getting a lot of errors related to using web-specific API inside node environment (ReferenceError for Blob, URL, etc.)

All you need is to use lib-node instead of lib-web on SSR environment.