js
js copied to clipboard
A JavaScript SDK for interacting with Metaplex's programs
Similarly to Transaction builders, this could stay in this repo, be extracted into a series of repos or be part of solita. to explore.
Could be: - Inside this repo - As a separate set of packages with swaggy name. e.g. `intent`, `intent-mpl`, `intent-spl`, etc. - As part of `solita` To explore
Not super urgent but we'll eventually need an extendable way to download assets that are not simply using the `http(s)` protocols. For instance, someone could pass in an `ipfs://` URI...
I am able to get NFT details from the NFT mint address using metaplex.  The above part is my code and in response I am getting a long NFT...

Ensures that the transaction fee payers when funding to or withdrawing from the derived identity are set to the source accounts.
On mainnet-beta, happens about 30% of the time, using same wallet each time. Happens 0% of the time on devnet. Using @metaplex-foundation/js 0.17.0 Code: ``` const printResults = await mx...
I am trying to create NFT using metaplex-foundation/js module. I installed the lastest versions. But I cannot create even sample example NFT. Here is the code. let { nft }...