umi icon indicating copy to clipboard operation
umi copied to clipboard

A Solana Framework for JS Clients.

Results 26 umi issues
Sort by recently updated
recently updated
newest added

The umi docs have been addedto the developer hub recently. To make it easier to maintain the docs from this repository should point to the developer hub instead.

Add `umi-uploader-cascade` plugin implementing Pastel Network's Cascade Protocol upload method This PR introduces a new plugin, umi-uploader-cascade, which integrates the upload method based on Pastel Network's Cascade Protocol (https://cascade.pastel.network/). This...

Hi, following Metaplex tutorials I was not able to use Metaplex npm packages with Nuxt3. Is there a way to setup Nuxt3 project without Polyfill issues? these are my errors...

The `downloadJson()` function should try to parse the response as json even if the `content-type` header is missing or not `application/json`. Some providers like `nftstorage.link` do not set the `content-type`...

No clue about what is going here... Libraries ``` "@metaplex-foundation/umi": "^0.8.9", "@metaplex-foundation/umi-bundle-defaults": "^0.8.9", "@metaplex-foundation/umi-serializers": "^0.8.9", "@metaplex-foundation/umi-web3js-adapters": "^0.8.9", ``` Code: ![image](https://github.com/metaplex-foundation/umi/assets/2242042/ddc8c8b8-f830-48d5-8cf5-9aa8c6bd0520) Stacktrace: ``` Unable to resolve module @metaplex-foundation/umi/serializers from FULLPATH/node_modules/@metaplex-foundation/mpl-bubblegum/dist/src/hash.js: @metaplex-foundation/umi/serializers...

Hey! I'm migrating my old metaplex JS code to UMI. This was my old code to update an NFT's metadata with JS: ``` const signerAccount = web3.Keypair.fromSecretKey(new Uint8Array(JSON.parse(keypair.secret_key))) const metaplex...

Would be cool if websocket rpc support was added, or atleast a setting in `umi.rpc.call`

When creating a fungible token using the `createFungible` helper, there is no way to set the number of tokens to mint like in `mintV1`

`Could not find a declaration file for module '@metaplex-foundation/umi-web3js-adapters'. './node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected]/node_modules/@metaplex-foundation/umi-web3js-adapters/dist/esm/index.mjs' implicitly has an 'any' type. There are types at '/Volumes/Richard/Work/Research/stack/ReactJs/vite-app-testg/node_modules/@metaplex-foundation/umi-web3js-adapters/dist/types/index.d.ts', but this result could not be resolved when respecting package.json...