The Boost V2 Docs are under active development and will be subject to changes.

You can install @boostxyz/sdk via NPM

NPM

npm i @boostxyz/sdk

Peer Dependencies

Boost SDK is designed to work with Wagmi Configurations and requires the following peer dependencies

"@wagmi/core": "2",
"viem": "2",
"abitype": "1"

which, if they are not already in your project, you can include with the following command

npm i @wagmi/core @wagmi/connectors [email protected]

Runtime Requirements

Boost SDK is optimized for modern browsers. It is compatible with the following browser configurations:

Chrome >= 87
Firefox >= 78
Edge >= 88
Safari >= 14

If you want to support older browsers, you need to transpile the library from node_modules yourselves.