Skip to main content

Using Bundlers with TypeScript

To faciliate any typescript implementation, 2 different sdks have been developed:

Version

The current sdks are plugged on bundler2. The bundler3 version will be available soon for the bundler-sdk-viem only (for now) by upgrading the version of the sdk, allowing more use cases.

Guide

For a step-by-step implementation guide, please visit the respective dedicated bundler-sdk-viem or bundler-sdk-ethers section.

Example App Implementation

A reference implementation that demonstrates best practices and common use cases has been pushed on the bundler-basic-app repository and serves as an excellent starting point for your own implementation.