@@ -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 [ cosmwasm-plus] ( https://github.com/CosmWasm/cosmwasm-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 your own contract, the simplest way is to go
125124to the [ cosmwasm-template] ( https://github.com/CosmWasm/cosmwasm-template )
@@ -128,11 +127,11 @@ along with tests, and a properly configured build environment. From there you
128127can edit the code to add your desired logic and publish it as an independent
129128repo.
130129
131- We also recommend you review our [ documentation site] ( https://docs .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 under the "Videos" section ] ( https://cosmwasm. com/resources ) , or
135- [ join our Discord server] ( https://docs .cosmwasm.com/chat ) to ask for help.
130+ We also recommend you review our [ documentation site] ( https://book .cosmwasm.com )
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
134+ [ join our Discord server] ( https://chat .cosmwasm.com ) to ask for help.
136135
137136## Minimum Supported Rust Version (MSRV)
138137
0 commit comments