Open CharanReddy404 opened 1 month ago
@CharanReddy404 what do you mean by not being able to see the transaction history? Could you send a screenshot?
@jacobcreech as you can see in this screenshot he is showing the 8 months old transaction history that says voted for candidate Smooth
video timestamp i am not able to see this transaction on local. only the code run in this voting.spec.ts transactions are visible when i check in explorer.solana.com CustomRPC URL
@CharanReddy404 these are my own transactions. You will only see the transactions you ran personally
for me to see my transaction history i had to do the following:
solana airdrop 1 "YOUR_WALLET_ADDRESS" --url localhost
or for devnet
run solana airdrop 1 "YOUR_WALLET_ADDRESS" --url devnet
Project 3 Integrating Blinks and Actions :- my program runs fine but i am not able to see transaction history after voting in blinks. repo link: https://github.com/CharanReddy404/Solana-Bootcamp/tree/main/project-2-voting-application any solutions?