Skip to content

Commit

Permalink
Update contract_bytecode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
detrina authored Dec 11, 2024
1 parent 887a479 commit e72f657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cairo/kakarot-ssj/docs/general/contract_bytecode.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Bytecode Storage Methods for Kakarot on Starknet

The bytecode is the compiled version of a contract, and it is what the Kakarot
EVM will execute when a contract is called. As Kakarot's state is embedded into
the Starknet chain it is deployed on, contracts are not actually "deployed" on
EVM will execute when a contract is called. As Kakarot's state is embedded in the Starknet chain where it is deployed, contracts are not actually "deployed" on
Kakarot: instead, the EVM bytecode of the deployed contract is first executed,
and the returned data is then stored on-chain at a particular storage address
inside the Starknet contract corresponding to the contract's EVM address, whose
Expand Down

0 comments on commit e72f657

Please sign in to comment.