For the last two weeks, I spend my time following free courses on Vimeo, to build CosmWasm blockchain.
screenshot with "donate" function from the contract.rs file:
What I have learned:
- Rust languages, to create CosmWasm Smart Contracts
- Basic tools, library: cosmwasm-std, cw-storage-plus, cw-multi-test, ... .
- Contract entry points, state management, migration ... .
- How to write Unit Tests!
The course focuses on giving you raw knowledge and showing you the best practices to make your life easier in the future!
My skills in Rust languages increased drastically, I feel like I am confident enough to continue building my own blockchain.
Next goal is https://cosmonaut.cosmwasm.com/
Resources:
- video tutorials: https://vimeo.com/user109497220
- my source code: https://github.com/Ebazhanov/cosmwasm-blockchain-smart-contract-example
Have fun!
Top comments (0)