Course Content

Chapter 0: Introduction


Chapter 1: Pricefeed overview




Chapter 0

Introduction

Estimated time: 10 mins


Who is this course for?

The intended audience of this course is individuals who wish to acquire knowledge on building Cosmos SDK applications with a module that can utilize price data from BandChain. It is advisable for the participants to have coding expertise in Golang and possess prior knowledge about BandChain, Cosmos SDK modules, and IBC packets.

Recommended reading material

While not explicitly required, it is recommended to read up on the following before starting the course:

Course structure

Chapter 1 - pricefeed overview
  • In this section, you'll learn about what the pricefeed module is and how it works
Chapter 2 - How to use pricefeed module in your Cosmos SDK app
  • This section will teach you all the necessary skills for you to be able to import pricefeed module to your Cosmos SDK app.

Course objective

At the end of this course, you'll be able to:

  • Understand how a pricefeed module works

  • Create a Cosmos SDK app that can consume data from BandChain

Next Chapter

Pricefeed overview