starknet-edu / starknet-cairo-101

Learn how to read Cairo code
470 stars 245 forks source link

How to connect the block explorer to my account smart contract? #41

Open namchuai opened 1 year ago

namchuai commented 1 year ago

Sorry for my dumb question. I'm just getting started and I don't know how to connect the block explorer to my account smart contract.

Connect the block explorer (Starkscan or Voyager) to your account smart contract. These are block explorers for StarkNet (the equivalent of Etherscan for Ethereum) and allow you to browse the state of the blockchain, view all transactions and their status. By connecting a block explorer to your wallet, you will be able to broadcast your transactions through your wallet.

When I try to locate my account on Starkscan, it displays Error: Contract does not exist. My account is on Testnet (https://alpha4.starknet.io) and it already have some funds from Starkware's faucet.

My starknet public key is 0x01b9759dFdc5107D0B2e2030e0f49D4eAC165327C473Aa3CB569a8185Feb3453

fadyOne commented 1 year ago

You can see the connection on the right up.

Screenshot 2023-02-02 at 12 58 54