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

Attempts to address: https://github.com/metaplex-foundation/umi/issues/146 https://github.com/metaplex-foundation/umi/issues/147 https://github.com/metaplex-foundation/umi/issues/124 ## How to Reproduce 1. **Create a Vite React App:** - Use the following command to create a new Vite React app: ```sh npm...

After downloading, I have a URI like arweave.net/{:id} but it doesn't work... What can I do? Has Arweave changed the composition of its URLs? Create umi instance with IrysUploader ```...

this error : ``` Cannot read properties of undefined (reading 'prototype') at http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/@metaplex-foundation_umi-bundle-defaults.js?v=eaf4a82e:2834:78 ``` but when im using this minimal setup (directly from @metaplex-foundation/umi) is working ``` import { createUmi,...

If I want to use UMI in the frontend, which frontend framework is recommended?

如我所说,没有任何示例可以参考,官网的文档是陈旧的,破坏性更改,比如createUmi官网文档是可以接受rpc地址的

Hello, @metaplex-foundation/umi-uploader-irys depends on an old solana/web3.js version which calls getRecentBlockhash that has been deprecated since a while and seems now completely discarded https://github.com/metaplex-foundation/umi/blob/main/packages/umi-uploader-irys/package.json "@solana/web3.js": "^1.72.0", ![image](https://github.com/user-attachments/assets/b0340df0-f3f1-41dc-b7c4-af0cdd53d11c) https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getRecentBlockhash File upload...