Installation
Biconomy SDK ships multiple development libraries as single Monorepo.
yarn add @biconomy/smart-account
or
npm install @biconomy/smart-account
After webpack version >=5, NodeJS polyfills are not included and user have to configure the webpack themselves. If you're facing a problem with polyfills in your front end app check out below issue
https://github.com/bcnmy/biconomy-client-sdk/issues/87