Skip to content

Commit

Permalink
Update declare-a-smart-contract.adoc: fix minor typo in StarkScan lin…
Browse files Browse the repository at this point in the history
…k change the sub-domain from `testnet` to `sepolia`. (#1364)

* Update declare-a-smart-contract.adoc: change sub-domain from `testnet` to `sepolia`

on line 154, I corrected the url to the StarkScan, from `https://testnet.starkscan.co` to `https://sepolia.starkscan.co`. The one with the `testnet` sub-domain is no longer working, hence, for anything `testnet` it is the `sepolia` that is working.

* i

---------

Co-authored-by: Raz Landau <[email protected]>
  • Loading branch information
GideonBature and LandauRaz authored Oct 28, 2024
1 parent 4d0fe7d commit 3e60902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The result of the declaration command is a contract class hash:
Class hash declared: <CLASS_HASH>
----

This hash is the identifier of the contract class in Starknet. You can think of it as the address of the contract class. You can use a block explorer like https://testnet.starkscan.co/class/0x00e68b4b07aeecc72f768b1c086d9b0aadce131a40a1067ffb92d0b480cf325d[StarkScan] to see the contract class hash in the blockchain.
This hash is the identifier of the contract class in Starknet. You can think of it as the address of the contract class. You can use a block explorer like https://sepolia.starkscan.co/class/0x00e68b4b07aeecc72f768b1c086d9b0aadce131a40a1067ffb92d0b480cf325d[StarkScan] to see the contract class hash in the blockchain.

If the contract you are declaring has previously been declared by someone else, you will get an output like this:

Expand Down

0 comments on commit 3e60902

Please sign in to comment.