Presets

List of "ready-to-deploy" presets available and their corresponding class hashes.

Class hashes were computed using cairo 2.3.1.
Name Compiled Class Hash

Account.cairo

0x016c6081eb34ad1e0c5513234ed0c025b3c7f305902d291bad534cd6474c85bc

ERC20.cairo

0x01d7085cee580ba542cdb5709bda80ebfe8bdede664261a3e6af92994d9a1de7

ERC721.cairo

0x04376782cbcd20a05f8e742e96150757383dab737ab3e791b8505ad856756907

To understand the compiled class hash term, check Cairo and Sierra.

starkli class-hash command can be used to compute the class hash from a compiled artifact.
To obtain the artifact using scarb, set the casm = true option under [[target.starknet-contract]] in the Scarb.toml file.