Skip to content

Commit 33029cb

Browse files
committed
Automatically generated. Merged on Netlify CMS
Force merge of: * "src/posts/2023-09-07-write-your-first-starknet-contract/index.md"
1 parent 76e0586 commit 33029cb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/posts/2023-09-07-write-your-first-starknet-contract

src/posts/2023-09-07-write-your-first-starknet-contract/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ With this in place, we can create a file `my_first_contract.cairo` in the `src/`
9292

9393
### Defining a Trait
9494

95-
A Trait is a way to define and enforce what specific functionality we need to implement.
9695

9796
A Trait is a way to define and enforce what specific functionality we need to implement. It specifies the signature of the functions we want to implement, and it's essential for developing in Cairo. There are many ways to use Traits, but this Trait will serve as a way to expose the public interface of our smart contract, similar to how an interface works in Solidity.
9897

0 commit comments

Comments
 (0)