Under Construction The V2 Protocol, SDK, and these docs are under active development. You can find the latest testnet deployments here

In prerelease Currently the SDK and protocol only support Sepolia. Public API’s are stable, but could still change before our initial release. If you experience any bugs, please open a Github issue

You can install @boostxyz/sdk via NPM

NPM

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

Runtime Requirements

Boost SDK is optimized for modern browsers. It is compatible with the following browsers config

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.