js icon indicating copy to clipboard operation
js copied to clipboard

A JavaScript SDK for interacting with Metaplex's programs

Results 110 js issues
Sort by recently updated
recently updated
newest added

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...

enhancement

I am able to get NFT details from the NFT mint address using metaplex. ![image](https://user-images.githubusercontent.com/56465230/194302428-6014976d-90a6-438d-99c0-24ddc410b8f3.png) The above part is my code and in response I am getting a long NFT...

enhancement

![Capture](https://user-images.githubusercontent.com/59478433/194712438-ef7d54ad-d3a5-4315-b463-e91b97abeddf.PNG)

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...

bug

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 }...