Getting Started
Last updated
Last updated
Install the version 1.6.7 of the SDK (currently the stable branch) with
When working on a browser environment, you need to configure polyfills for Buffer
.
For a Vite project, this can be done using the plugin.
Then update your vite.config.ts
to register the plugin and select polyfills.
Check out the for configuring other polyfills.