# JavaScript client for Mpl Bubblegum

A Umi-compatible JavaScript library for the project.

## Getting started

1. First, if you're not already using Umi, [follow these instructions to install the Umi framework](https://github.com/metaplex-foundation/umi/blob/main/docs/installation.md).
2. Next, install this library using the package manager of your choice.
   ```sh
   npm install @metaplex-foundation/mpl-bubblegum
   ```
3. Finally, register the library with your Umi instance like so.
   ```ts
   import { mplBubblegum } from '@metaplex-foundation/mpl-bubblegum';
   umi.use(mplBubblegum());
   ```

You can learn more about this library's API by reading its generated [TypeDoc documentation](https://mpl-bubblegum-js-docs.vercel.app).

## Contributing

Check out the [Contributing Guide](./CONTRIBUTING.md) to learn more about how to contribute to this library.
