0.9.4 • Published 3 months ago

@metaplex-foundation/mpl-toolbox v0.9.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

JavaScript client for Mpl Toolbox

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.
  2. Next, install this library using the package manager of your choice.
    npm install @metaplex-foundation/mpl-toolbox
  3. Finally, register the library with your Umi instance like so.
    import { mplToolbox } from '@metaplex-foundation/mpl-toolbox';
    umi.use(mplToolbox());

You can learn more about this library's API by reading its generated TypeDoc documentation.

Contributing

Check out the Contributing Guide the learn more about how to contribute to this library.