LEARNCOSMOSBASIC is a blockchain built using Cosmos SDK and CometBFT consensus and created with Ignite CLI.
Born with the goal of making it easy for everyone to get acquainted and master the Cosmos platform. In Group 1 (Basic), learners will understand the basic concept of Cosmos architecture as well as be able to run and operate a chain of 1 node and set up the validator themselves.
- Group 1: Starting a chain (Basic)
- Lesson 1: Overview Cosmos-sdk and setup environment
- Lesson 2: Make the first transaction
- Lesson 3: Interacting chain with CLI and config port
- Lesson 4: Interacting chain with API and make transactions with lib Cosmjs
- Lesson 5: Genesis file - Part 1
- Lesson 6: Make Basic Chain
- Lesson 7: Add Validator For Chain
In Group 2 (Advanced), learners will understand the data transmission architecture in Cosmos, develop themselves a data processing module to store in dababase for execution and querying. Deploy ibc with problems related to data, token, smartcontract
- Group 2: Custom Module Chain (Advanced)