Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stoobie authored Jan 22, 2024
1 parent 35d9561 commit efd49bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

The Universal Deployer Contract (UDC) is a singleton smart contract that wraps the {deploy-syscall} to expose it to any contract that doesn’t implement it, such as account contracts. You can think of it as a standardized generic factory for Starknet contracts.

And since Starknet has no deployment transaction type, it offers a canonical way to deploy smart contracts by following the https://community.starknet.io/t/snip-deployer-contract-interface/2772[standard deployer interface] and emitting a `ContractDeployed` event.
And since Starknet has no deployment transaction type, it offers a standardized way to deploy smart contracts by following the https://community.starknet.io/t/snip-deployer-contract-interface/2772[standard deployer interface] and emitting a `ContractDeployed` event.

For more information see the https://community.starknet.io/t/snip-deployer-contract-interface/2772[proposal for the standard deployer interface].
For details on the motivation and the decision making process, see the https://community.starknet.io/t/universal-deployer-contract-proposal/1864[Universal Deployer Contract proposal].
Expand Down

0 comments on commit efd49bf

Please sign in to comment.