complete-guide-to-full-stack-solana-development icon indicating copy to clipboard operation
complete-guide-to-full-stack-solana-development copied to clipboard

Transaction simulation failed: Attempt to load a program that does not exist

Open heaversm opened this issue 3 years ago • 1 comments

Following this tutorial

I have followed all of the steps up to the point of building the counter code, including having a running localhost validator.

I have taken the output of solana address -k target/deploy/mysolanaapp-keypair.json

and input it in lib.rs and anchor.toml as instructed, and get the following after running anchor build and then anchor test:

mysolanaapp
Transaction simulation failed: Attempt to load a program that does not exist

heaversm avatar Feb 16 '22 20:02 heaversm