- Beaker's guideline*
- play along with the example would be the quickest way to get started with cosmwasm
- can use Beaker for the rest of the excercise
- cosmwasm book*
- very helpful, especially explanation in the actor model section
- terra academy: cosmwasm (video / excercise) *
- not a comprehensive course, but good starting point, some part might be outdated but the idea persist
- wasmd
- wasmvm spec
- wasmer
- underlying tech for wasmd's wasm vm (see case study)
-
Idiomatic Rust, highlights:
- module specs
- each module has its own spec eg. https://github.com/osmosis-labs/osmosis/tree/main/x/gamm/spec
- at first, pays attention to epochs, gamm, tokenfactory, superfluid
- each module has its own spec eg. https://github.com/osmosis-labs/osmosis/tree/main/x/gamm/spec
- Cosmos: Many Chains, One Ecosystem* (video)* - good cosmos overview
- Cosmos Academy* - good cosmos overview, more in depth
- Cosmos SDK Doc - more detail with code example
- Ignite - in case you wanna try creating your own chain and along the way understand Cosmos SDK in depth