Resource Link
Goerli Starknet Explorer https://goerli.voyager.online/
StarkNet Exercises

1. Cairo Basic

• Enter your address in the "balanceOf" function → https://goerli.voyager.online/contract/0x074002c7df47096f490a1a89b086b8a468f2e7c686e04a024d93b7c59f934f83#readContract

Exercise 1 : Use claim_points() function

StarkNet - Alpha Block Explorer

Exercise 2 : Use ABI, understand simple storage

We store a simple secret value that is set at Contract construction, to get it, use the view parameter ABI :

StarkNet - Alpha Block Explorer

Then enter it :

StarkNet - Alpha Block Explorer

Exercise 3 - 13 : Smart Contract Comprehension

Read Code, Use ABI Functions on the Explorer.

2. ERC-20 project

• Enter your address in the "balanceOf" function → https://goerli.voyager.online/contract/0x037b0ca3995eb2d79626b6a0eac40fe4ba19ddf73d81423626b44755614b9cee#readContract

Setup your folder and files

For the exercise :