@@ -114,12 +114,11 @@ You can see some examples of contracts under the `contracts` directory, which
114
114
you can look at. They are simple and self-contained, primarily meant for testing
115
115
purposes, but that also makes them easier to understand.
116
116
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 ` ).
123
122
124
123
If you want to get started building you own contract, the simplest way is to go
125
124
to 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
129
128
repo.
130
129
131
130
We 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
135
134
[ join our Discord server] ( https://chat.cosmwasm.com ) to ask for help.
136
135
137
136
## Minimum Supported Rust Version (MSRV)
0 commit comments