anoushk1234 / metaplex-anchor-nft

An example repo to demonstrate how to use anchor and metaplex to mint nfts on solana
https://anoushk.medium.com/how-to-mint-nfts-on-solana-using-rust-and-metaplex-f66bac717cb8
63 stars 26 forks source link

Error: failed to send transaction: Transaction simulation failed: Error processing Instruction 0: Failed to serialize or deserialize account data: Unknown #11

Open umaid56 opened 1 year ago

umaid56 commented 1 year ago

I tried to do run the code, But its show this error. I create build and deployed successfully when I run anchor test command its show this error. error output: Error: failed to send transaction: Transaction simulation failed: Error processing Instruction 0: Failed to serialize or deserialize account data: Unknown at Connection.sendEncodedTransaction (node_modules/@solana/web3.js/src/connection.ts:4052:13) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Connection.sendRawTransaction (node_modules/@solana/web3.js/src/connection.ts:4014:20) at sendAndConfirmRawTransaction (node_modules/@project-serum/anchor/src/provider.ts:284:21) at AnchorProvider.sendAndConfirm (node_modules/@project-serum/anchor/src/provider.ts:144:14) at MethodsBuilder.rpc [as _rpcFn] (node_modules/@project-serum/anchor/src/program/namespace/rpc.ts:29:16)

kindly help me to figure out. @anoushk1234