Getting Started using JavaScript
Metaplex provides a JavaScript library that can be used to interact with Metaplex Inscriptions.
Last updated
Metaplex provides a JavaScript library that can be used to interact with Metaplex Inscriptions.
Last updated
Thanks to the , it ships without many opinionated dependencies and, thus, provides a lightweight library that can be used in any JavaScript project.
To get started, you'll need to and the Inscriptions JavaScript library.
Next, you may create your Umi
instance and install the mplInscription
plugin like so.
Then you want to tell Umi which wallet to use. This can either be a or the .
That's it, you can now interact with Inscriptions by using and passing your Umi
instance to them. Here's an example of how to mint a simple inscription with a small JSON file attached, fetching the data of the inscription and printing the inscription Rank.