Frank A. Agraz Martinez
Results
2
issues of
Frank A. Agraz Martinez
Good day!! I'm creating nfts in the back-end using a `proxyWallet` that sign all the transactions there. The process is: *The user transfer SOL to `proxyWallet` *The proxy wallet mint...
question
How to recover arweave links generated on failure of metaplex.storage().uploadAll(metaplexFilles)?
1
These is the case, supposed that I want to generate 10.000 arweave links and I make a code like these: `const imageLinks = await metaplex.storage().uploadAll(metaplexFiles)` being metaplexFile an array of...
question