JS lib that contains a set of react components and hooks to provide building blocks for interacting with the Boson Protocol.
npm install @bosonprotocol/react-kit
import { hooks, CommitButton } from "@bosonprotocol/react-kit";
// TODO
Install dependencies if you haven't already by running in the root of this monorepo
npm ci
Build the sdks of this monorepo by running in the root
npm run build
Start the storybook
npm run storybook