Skip to content
/ baby Public
forked from kaito2001/baby

Inspired by Jacob Gadikian old blockchain project aimed at teaching Cosmos. Baby blockchain is intended as a guide for people to learn Cosmos

Notifications You must be signed in to change notification settings

nhtera/baby

 
 

Repository files navigation

baby

baby is a blockchain built using Cosmos SDK and Tendermint and created with Ignite CLI.

Inspired by Jacob Gadikian old blockchain project aimed at teaching Cosmos. Baby blockchain is intended as a guide for people to learn Cosmos.

Baby is intended to be an open source interactive learning with CI/CD to confirm the work of leaners.

Baby learning path includes:

  1. deploying a local testnet Specs here
  2. writing claims module Specs here (building)

SDK Vietnam community class

I. Chapter 1: Chain Interaction

Purpose: Chain interaction serves as cornerstone in helping a person get familiar with Cosmos SDK

  1. Group 1: Starting a chain
  1. Group 2: Interacting with a chain through cli
  1. Group 3: Interacting with a chain through API
  1. Group 4: Chain configuration
  1. Group 5: Setting up a validator

II. Chapter 2: Building a custom module

  1. Group 1: Protobuf
  • Lesson 1: Write a protobuf struct in Cosmos
  • Lesson 2: Generate protobuf struct
  1. Group 2: Write a chain module
  • Lesson 3: Integrate module into app.go
  • Lesson 4: Add new chain module data structure
  • Lesson 5: Add new chain module logic
  • Lesson 6: Add chain module CLI interaction
  • Lesson 7: Add handling for chain module logic genesis state
  • Lesson 8: Expose new chain module logic in module.go
  • Lesson 9: Integrate new chain module logic to app.go
  1. Group 3: Testing
  • Lesson 10: Add unit testing
  • Lesson 11: Add system testing
  1. Group 4: Scripts
  • Lesson 12: start node and local-net script
  • Lesson 13: development script in Makefile
  1. Group 5: Capstone project
  • Lesson 14: Practice building a simple text module part 1
  • Lesson 15: Practice building a simple text module part 2

About

Inspired by Jacob Gadikian old blockchain project aimed at teaching Cosmos. Baby blockchain is intended as a guide for people to learn Cosmos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Go 1.4%
  • Shell 0.3%
  • Makefile 0.0%
  • Vue 0.0%
  • JavaScript 0.0%