@@ -114,12 +114,11 @@ You can see some examples of contracts under the `contracts` directory, which
114114you can look at. They are simple and self-contained, primarily meant for testing
115115purposes, but that also makes them easier to understand.
116116
117- You can also look at [ cw-plus] ( https://github.com/CosmWasm/cw-plus )
118- for examples and inspiration on more production-like contracts and also how we
119- call one contract from another. If you are working on DeFi or Tokens, please
120- look at the ` cw20 ` , ` cw721 ` and/or ` cw1155 ` packages that define standard
121- interfaces as analogues to some popular ERC designs. (` cw20 ` is also inspired by
122- ` erc777 ` ).
117+ You can also look at [ cw-plus] ( https://github.com/CosmWasm/cw-plus ) for examples
118+ and inspiration on more production-like contracts and also how we call one
119+ contract from another. If you are working on DeFi or Tokens, please look at the
120+ ` cw20 ` , ` cw721 ` and/or ` cw1155 ` packages that define standard interfaces as
121+ analogues to some popular ERC designs. (` cw20 ` is also inspired by ` erc777 ` ).
123122
124123If you want to get started building you own contract, the simplest way is to go
125124to the [ cosmwasm-template] ( https://github.com/CosmWasm/cosmwasm-template )
@@ -129,9 +128,9 @@ can edit the code to add your desired logic and publish it as an independent
129128repo.
130129
131130We also recommend you review our [ documentation site] ( https://book.cosmwasm.com )
132- which contains a few tutorials to guide you in building your first contracts. We
133- also do public workshops on various topics about once a month. You can find
134- past recordings on our [ YouTube channel] ( https://www.youtube.com/channel/UCNslCTRZ0TrZg7rVDQFkMeQ ) , or
131+ which contains a few tutorials to guide you in building your first contracts.
132+ You can find past recordings of hackathon / conference workshops and
133+ presentations on our [ YouTube channel] ( https://www.youtube.com/@CosmWasm ) , or
135134[ join our Discord server] ( https://chat.cosmwasm.com ) to ask for help.
136135
137136## Minimum Supported Rust Version (MSRV)
0 commit comments