Filters
Continue developing your own Cosmos chain

Continue developing your own Cosmos chain

You will work further on your checkers blockchain and make your next steps with Ignite CLI. You have a workable checkers blockchain, one which lets players play.

But have you thought about everything? Is your blockchain safe from bad behavior? How do you incentivize good behavior? Can you also make it more fun?

Continue your journey with Ignite CLI: learn how to introduce a wager, manage gas, and query for players' moves.

# In this chapter

In this chapter, you will:

  • Continuously develop your checkers blockchain with the Ignite CLI.
  • Let players set a wager.
  • Order your games and introduce a game deadline.
  • Record the winners.
  • Help players do a correct move.
  • Explore how you can manage gas for your application-specific chain.

# Next up

Begin by exploring modularity and data organization styles to introduce a FIFO data structure to put your games in order in the next section.

# Developer Resources

Cosmos SDK
Cosmos SDK
A framework to build application-specific blockchains

Tendermint Core
Tendermint Core
Blockchain consensus engine and application interface

Cosmos Hub
Cosmos Hub
First interconnected public blockchain on the Cosmos network

IBC
IBC
Industry standard protocol for inter-blockchain communication