@getpara/react-sdk called @getpara/react-sdk-lite. It reduces your bundle size by letting you install only the chain-specific dependencies you actually need, rather than pulling in packages for all supported networks.
Installation
Choose the tab for the network you plan to support. If you need multiple networks, install the dependencies from each relevant tab.- EVM
- Solana
- Cosmos
npm
yarn
pnpm
bun
Stub Unused Dependencies
After installing, add thesetup-para postinstall script to your package.json. This CLI tool ships with @getpara/react-sdk-lite and stubs out chain dependencies you didn’t install so your bundler won’t try to include them.
package.json
&& setup-para to it.
If you are migrating from
@getpara/react-sdk, remove any dependencies for networks you no longer need (e.g., wagmi and viem if you only use Solana, or @solana/web3.js if you only use EVM).