Step 1: Install the B3 SDK

1

Install the SDK package

Choose your preferred package manager to install the B3 SDK:
npm install @b3dotfun/sdk
The B3 SDK includes TypeScript definitions out of the box!
2

Import CSS styles

Import the default styles in your application:
import "@b3dotfun/sdk/index.css";

Step 2: Add B3Provider

Wrap the B3Provider around your application’s root:
import { B3Provider, SignInWithB3 } from "@b3dotfun/sdk/global-account/react";

function App() {
  return (
    <B3Provider environment="production">
      {children}
    </B3Provider>
  );
}

Step 3: Use the B3 SDK

Step 4: Explore the Ecosystem

Discover B3 Ecosystem

Learn about the complete B3 ecosystem, tools, and resources available for builders.

What’s Next?

Now that you have the B3 SDK installed, explore these powerful features:

Platform Support

FeatureReact WebReact Native
AnySpend
Global Accounts
Headless Services
Need help? Join our Discord community or check out the ecosystem introduction for comprehensive resources.