@metaplex-foundation/mpl-hydra
v1.0.1
Published
JavaScript client for the Hydra program
Downloads
317
Keywords
Readme
JavaScript client for Mpl Hydra
A Umi-compatible JavaScript library for the project.
Getting started
- First, if you're not already using Umi, follow these instructions to install the Umi framework.
- Next, install this library using the package manager of your choice.
npm install @metaplex-foundation/mpl-hydra
- Finally, register the library with your Umi instance like so.
import { mplHydra } from '@metaplex-foundation/mpl-hydra'; umi.use(mplHydra());
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.