cosmos-sdk/docs/guide/more-examples.md

1.0 KiB

Plugin Examples

Now that we've seen how to write a simple plugin and taken a look at how the plugin system is designed, it's time for some more advanced examples.

For now, most examples are contained in the github.com/tendermint/basecoin-examples repository. In particular, we have the following:

  1. Mintcoin - a plugin for issuing new Basecoin tokens
  2. Trader - a plugin for adding escrow and options features to Basecoin
  3. Stakecoin - a plugin for bonding and unbonding Tendermint validators and updating the validator set accordingly
  4. PayToVote - a plugin for creating issues and voting on them
  5. IBC - a plugin for facilitating InterBlockchain Communication