forked from tendermint/basecoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
78 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
# Plugin Examples | ||
|
||
Now that we've seen [how to write a simple plugin](example-plugin.md) | ||
and taken a look at [how the plugin system is designed](plugin-design.md), | ||
Now that we've seen [how to write a simple plugin](/docs/guide/example-plugin.md) | ||
and taken a look at [how the plugin system is designed](/docs/guide/plugin-design.md), | ||
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][0] - a plugin for issuing new Basecoin tokens | ||
2. [Trader][1] - a plugin for adding escrow and options features to Basecoin | ||
3. [Stakecoin][2] - a plugin for bonding and unbonding Tendermint validators and updating the validator set accordingly | ||
4. [PayToVote][3] - a plugin for creating issues and voting on them | ||
5. [IBC][4] - a plugin for facilitating InterBlockchain Communication | ||
[0]: https://github.com/tendermint/basecoin-examples/tree/develop/mintcoin | ||
[1]: https://github.com/tendermint/basecoin-examples/tree/develop/trader | ||
[2]: https://github.com/tendermint/basecoin-examples/tree/develop/stake | ||
[3]: https://github.com/tendermint/basecoin-examples/tree/develop/paytovote | ||
[4]: ibc.md | ||
1. [Mintcoin](https://github.com/tendermint/basecoin-examples/tree/develop/mintcoin) - a plugin for issuing new Basecoin tokens | ||
2. [Trader](https://github.com/tendermint/basecoin-examples/tree/develop/trader) - a plugin for adding escrow and options features to Basecoin | ||
3. [Stakecoin](https://github.com/tendermint/basecoin-examples/tree/develop/stake) - a plugin for bonding and unbonding Tendermint validators and updating the validator set accordingly | ||
4. [PayToVote](https://github.com/tendermint/basecoin-examples/tree/develop/paytovote) - a plugin for creating issues and voting on them | ||
5. [IBC](/docs/guide/ibc.md) - a plugin for facilitating InterBlockchain Communication |